chore(readme): add guide for install with go 1.16
parent
7a5909f200
commit
b2ce2f5355
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue