Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 17, 2021
1 parent 4453aca commit 7d31bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].5 | sh
curl -sf https://gobinaries.com/axetroy/[email protected].6 | sh
```

#### Install from Github release page
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].5 | sh
curl -sf https://gobinaries.com/axetroy/[email protected].6 | sh
```

#### 通过 Github release 页面下载安装
Expand Down

0 comments on commit 7d31bdc

Please sign in to comment.