chore(readme): add guide for install with go 1.16

main
sudo pacman -Syu 2021-03-15 17:00:47 +00:00
parent 7a5909f200
commit b2ce2f5355
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@ Tool to generate `CHANGELOG.md` from [Conventional Commits](https://www.conventi
## Install
With Go version `>= 1.16`:
```sh
go install github.com/haunt98/changeloguru@latest
```
With Go version `< 1.16`:
```sh
GO111module=on go get github.com/haunt98/changeloguru
```