Skip to content

Commit 63161c8

Browse files
committed
docs: use "go install" with latest commit
1 parent 7b4910b commit 63161c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/installation.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,17 @@
1313
## Install git-team
1414
### Golang
1515
For releases since v1.6.0.
16-
```shell script
16+
17+
Install the latest stable release.
18+
```shell
1719
go install github.com/hekmekk/git-team@latest
1820
```
1921

22+
Install from the latest commit.
23+
```shell
24+
go install github.com/hekmekk/git-team@HEAD
25+
```
26+
2027
### Homebrew
2128
See [homebrew-git-team](https://github.com/hekmekk/homebrew-git-team) for the formula.
2229
1. Add tap

0 commit comments

Comments
 (0)