From 8677d4993ef7eb5ace4f11c6ad1badae2a72ef25 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Thu, 10 Oct 2024 20:28:14 +0200 Subject: [PATCH] Fix install install instructions via Go (#475) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a424b..525712d 100644 --- a/README.md +++ b/README.md @@ -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