Skip to content

Commit

Permalink
docs: go install requires @latest (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrm authored Oct 5, 2022
1 parent 68fb1e2 commit 27c18c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ curl -s https://raw.githubusercontent.com/lindell/multi-gitter/master/install.sh
### From source
You can also install from source with `go install`, this is not recommended for most cases.
```bash
go install github.com/lindell/multi-gitter
go install github.com/lindell/multi-gitter@latest
```

## Token
Expand Down

0 comments on commit 27c18c5

Please sign in to comment.