chore: update Go install instructions (#205)

This commit is contained in:
Orpheus Lummis 2023-01-22 10:57:59 +00:00 committed by GitHub
parent 66a1d9ea5a
commit cbab5b89dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ asdf install git-chglog latest
#### Go users
```bash
go get -u github.com/git-chglog/git-chglog/cmd/git-chglog
go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
```
### [Docker](https://www.docker.com/)