Skip to content

Commit cd36bc6

Browse files
author
chenby
committed
changelog
1 parent 8046e44 commit cd36bc6

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 0.9.9
22

3+
Fix script Make Homebrew and symlink friendly
34
Fix script execution failure when running from parent directories.
45
Chore: enable multi-platform Docker builds via buildx.
56

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ JDK 1.8 or later
3232
$ wget https://github.com/leonchen83/redis-rdb-cli/releases/latest/download/redis-rdb-cli-release.zip
3333
$ unzip redis-rdb-cli-release.zip
3434
$ ./redis-rdb-cli/bin/rct -h
35+
36+
# MacOS homebrew installation
37+
$ brew tap leonchen83/redis-rdb-cli
38+
$ brew install redis-rdb-cli
39+
$ rct -h
3540
```
3641

3742
## Compiling from Source

README.zh_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jdk 1.8+
3232
$ wget https://github.com/leonchen83/redis-rdb-cli/releases/latest/download/redis-rdb-cli-release.zip
3333
$ unzip redis-rdb-cli-release.zip
3434
$ ./redis-rdb-cli/bin/rct -h
35+
36+
# MacOS homebrew installation
37+
$ brew tap leonchen83/redis-rdb-cli
38+
$ brew install redis-rdb-cli
39+
$ rct -h
3540
```
3641

3742
## 手动编译依赖

0 commit comments

Comments
 (0)