generated from axetroy/go-cli-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 页面下载安装 | ||
|