diff --git a/README.md b/README.md index a6c56d2..31dfb9a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ golang plugin for [asdf version manager](https://github.com/asdf-vm/asdf) asdf plugin add golang https://github.com/asdf-community/asdf-golang.git ``` +```bash +asdf install golang latest +``` + +```bash +asdf global golang +``` + ## Use Check the [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of go.