chore(readme): correct link how to install

main
sudo pacman -Syu 2021-05-11 05:35:58 +00:00 committed by GitHub
parent 9c23b84032
commit cbf0c3689e
1 changed files with 2 additions and 2 deletions

View File

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