chore(asdf): add asdf install support to README (#79)

This commit is contained in:
Derek Smith 2021-01-10 08:48:58 -06:00 committed by GitHub
parent 44f71cbcd8
commit d6315435a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,13 @@ $ brew install git-chglog
$ scoop install git-chglog
```
#### [asdf](https://asdf-vm.com/)
```bash
$ asdf plugin-add git-chglog https://github.com/GoodwayGroup/asdf-git-chglog.git
$ asdf install git-chglog latest
```
#### Go users
```bash