Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 7, 2021
1 parent a2b64f2 commit 5296cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $r="release-lab/whatchanged";iwr https://github.com/release-lab/install/raw/v1/i
4. Build and install from source using [Golang](https://golang.org) (All platforms)

```bash
go install github.com/release-lab/whatchanged/cmd/whatchanged@v0.4.1
go install github.com/release-lab/whatchanged/cmd/whatchanged
```

### FAQ
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $r="release-lab/whatchanged";iwr https://github.com/release-lab/install/raw/v1/i
4. 使用 [Golang](https://golang.org) 从源码中构建并安装 (全平台支持)

```bash
go install github.com/release-lab/whatchanged/cmd/whatchanged@v0.4.1
go install github.com/release-lab/whatchanged/cmd/whatchanged
```

### 常见问题
Expand Down

0 comments on commit 5296cd2

Please sign in to comment.