There was an error while loading. Please reload this page.
1 parent 0434909 commit 639c0c7Copy full SHA for 639c0c7
README.md
@@ -31,8 +31,7 @@ JDK 1.8 or later
31
```shell
32
$ wget https://github.com/leonchen83/redis-rdb-cli/releases/download/${version}/redis-rdb-cli-release.zip
33
$ unzip redis-rdb-cli-release.zip
34
-$ cd ./redis-rdb-cli/bin
35
-$ ./rct -h
+$ ./redis-rdb-cli/bin/rct -h
36
```
37
38
## Compiling from Source
@@ -48,8 +47,7 @@ Maven 3.3.1 or later
48
47
$ git clone https://github.com/leonchen83/redis-rdb-cli.git
49
$ cd redis-rdb-cli
50
$ mvn clean install -Dmaven.test.skip=true
51
-$ cd target/redis-rdb-cli-release/redis-rdb-cli/bin
52
+$ cd ./target/redis-rdb-cli-release/redis-rdb-cli/bin/rct -h
53
54
55
## Running with Docker
0 commit comments