Skip to content

Commit 639c0c7

Browse files
Updates usage in readme
1 parent 0434909 commit 639c0c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ JDK 1.8 or later
3131
```shell
3232
$ wget https://github.com/leonchen83/redis-rdb-cli/releases/download/${version}/redis-rdb-cli-release.zip
3333
$ unzip redis-rdb-cli-release.zip
34-
$ cd ./redis-rdb-cli/bin
35-
$ ./rct -h
34+
$ ./redis-rdb-cli/bin/rct -h
3635
```
3736

3837
## Compiling from Source
@@ -48,8 +47,7 @@ Maven 3.3.1 or later
4847
$ git clone https://github.com/leonchen83/redis-rdb-cli.git
4948
$ cd redis-rdb-cli
5049
$ mvn clean install -Dmaven.test.skip=true
51-
$ cd target/redis-rdb-cli-release/redis-rdb-cli/bin
52-
$ ./rct -h
50+
$ cd ./target/redis-rdb-cli-release/redis-rdb-cli/bin/rct -h
5351
```
5452

5553
## Running with Docker

0 commit comments

Comments
 (0)