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
8 additions
and
8 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 |
---|---|---|
|
@@ -126,9 +126,9 @@ SOURCE CODE: | |
# install latest version | ||
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash | ||
# or install specified version | ||
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.3.6 | ||
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.4.0 | ||
# or install from gobinaries.com | ||
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.3.6 | sh | ||
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.4.0 | sh | ||
``` | ||
|
||
2. PowerShell (Windows): | ||
|
@@ -137,7 +137,7 @@ curl -sf https://gobinaries.com/whatchanged-community/[email protected] | sh | |
# install latest version | ||
iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex | ||
# or install specified version | ||
$v="v0.3.6"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex | ||
$v="v0.4.0"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex | ||
``` | ||
|
||
3. [Github release page](https://github.com/whatchanged-community/whatchanged/releases) (All platforms) | ||
|
@@ -151,7 +151,7 @@ $ whatchanged --help | |
4. Build and install from source using [Golang](https://golang.org) (All platforms) | ||
|
||
```bash | ||
go install github.com/whatchanged-community/whatchanged@0.3.6 | ||
go install github.com/whatchanged-community/whatchanged@0.4.0 | ||
``` | ||
|
||
### FAQ | ||
|
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 |
---|---|---|
|
@@ -126,9 +126,9 @@ SOURCE CODE: | |
# 安装最新版本 | ||
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash | ||
# 或者安装指定版本 | ||
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.3.6 | ||
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.4.0 | ||
# 或者通过 gobinaries.com 安装 | ||
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.3.6 | sh | ||
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.4.0 | sh | ||
``` | ||
|
||
2. PowerShell (Windows): | ||
|
@@ -137,7 +137,7 @@ curl -sf https://gobinaries.com/whatchanged-community/[email protected] | sh | |
# 安装最新版本 | ||
iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex | ||
# 或者安装指定版本 | ||
$v="v0.3.6"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex | ||
$v="v0.4.0"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex | ||
``` | ||
|
||
3. [Github release page](https://github.com/whatchanged-community/whatchanged/releases) (全平台支持)) | ||
|
@@ -151,7 +151,7 @@ $ whatchanged --help | |
1. 使用 [Golang](https://golang.org) 从源码中构建并安装 (全平台支持) | ||
|
||
```bash | ||
go install github.com/whatchanged-community/whatchanged@0.3.6 | ||
go install github.com/whatchanged-community/whatchanged@0.4.0 | ||
``` | ||
|
||
### 常见问题 | ||
|