From c5444fe66540e0e0f074e8e7703d2f4bd89a540e Mon Sep 17 00:00:00 2001 From: Marco Ollivier Date: Sat, 14 Dec 2024 19:40:14 -0300 Subject: [PATCH] improve readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.