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
2 additions
and
2 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 |
---|---|---|
|
@@ -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/[email protected]/cmd/whatchanged | ||
go install github.com/whatchanged-community/whatchanged/cmd/whatchanged@v0.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 |
---|---|---|
|
@@ -151,7 +151,7 @@ $ whatchanged --help | |
1. 使用 [Golang](https://golang.org) 从源码中构建并安装 (全平台支持) | ||
|
||
```bash | ||
go install github.com/whatchanged-community/[email protected]/cmd/whatchanged | ||
go install github.com/whatchanged-community/whatchanged/cmd/whatchanged@v0.4.0 | ||
``` | ||
|
||
### 常见问题 | ||
|