Skip to content

Commit bf54ae6

Browse files
committed
update doc
1 parent 57ebb51 commit bf54ae6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GitCommit := $(shell git rev-parse HEAD)
33
LDFLAGS := "-s -w -X main.Version=$(Version) -X main.GitCommit=$(GitCommit)"
44

55
run-dev: build
6-
./bin/redis-tui -h 192.168.1.230 2>xxx.log
6+
./bin/redis-tui -h 127.0.0.1 2>xxx.log
77

88
run: build
99
./bin/redis-tui

preview.gif

3.27 MB
Loading

0 commit comments

Comments
 (0)