From d6315435a3acc7233e5102151e3f224e45bef7f1 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sun, 10 Jan 2021 08:48:58 -0600 Subject: [PATCH] chore(asdf): add asdf install support to README (#79) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8c3a90f1..cfcad805 100644 --- a/README.md +++ b/README.md @@ -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