Skip to content

Commit

Permalink
Fix install install instructions via Go (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
zikalino authored Oct 10, 2024
1 parent 8b30bd0 commit 8677d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ If you are to visit the `vultr-cli` [releases](https://github.com/vultr/vultr-cl

You will need Go installed on your machine in order to work with the source (and make if you decide to pull the repo down).

`go get -u github.com/vultr/vultr-cli/v3`
`go install github.com/vultr/vultr-cli/v3@latest`

Another way to build from source is to

Expand Down

0 comments on commit 8677d49

Please sign in to comment.