Add note on using go get

Closes #18
This commit is contained in:
Kenny Parnell 2019-09-10 22:57:17 -04:00
parent fedcc5ca80
commit 864d15576a

View File

@ -13,6 +13,10 @@ asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
Check the [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of go.
## When using `go get`
After using `go get` to install a package you need to run `asdf reshim golang` to get any new shims.
## Contributing
Feel free to create an issue or pull request if you find a bug.