diff --git a/README.md b/README.md index 5e27a4b8..7990b579 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,9 @@ If you are using Linux/macOS. you can install it with the following command: # install latest version curl -fsSL https://raw.githubusercontent.com/axetroy/whatchanged/master/install.sh | bash # or install specified version -curl -fsSL https://raw.githubusercontent.com/axetroy/whatchanged/master/install.sh | bash -s v0.3.5 +curl -fsSL https://raw.githubusercontent.com/axetroy/whatchanged/master/install.sh | bash -s v0.3.6 # or install from gobinaries.com -curl -sf https://gobinaries.com/axetroy/whatchanged@v0.3.5 | sh +curl -sf https://gobinaries.com/axetroy/whatchanged@v0.3.6 | sh ``` #### Install from Github release page diff --git a/README_zh-CN.md b/README_zh-CN.md index b5d3010c..e7337188 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -137,9 +137,9 @@ npx @axetroy/whatchanged # 安装最新版本 curl -fsSL https://raw.githubusercontent.com/axetroy/whatchanged/master/install.sh | bash # 或者安装指定版本 -curl -fsSL https://raw.githubusercontent.com/axetroy/whatchanged/master/install.sh | bash -s v0.3.5 +curl -fsSL https://raw.githubusercontent.com/axetroy/whatchanged/master/install.sh | bash -s v0.3.6 # 或者通过 gobinaries.com 安装 -curl -sf https://gobinaries.com/axetroy/whatchanged@v0.3.5 | sh +curl -sf https://gobinaries.com/axetroy/whatchanged@v0.3.6 | sh ``` #### 通过 Github release 页面下载安装