From d35d4ce7c5b2411973fb7bd96ca1741eb011011b Mon Sep 17 00:00:00 2001 From: mathew Date: Fri, 1 Oct 2021 12:42:06 -0500 Subject: [PATCH] Update README.md (#295) Fix the install instructions for current versions of Go, since trying the current suggestion will likely lead the user through a trail of unhelpful error messages. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7cd514..5ea9833e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ curl.exe -fsS -A MS https://webinstall.dev/arc | powershell To install the runnable binary to your \$GOPATH/bin: ```bash -go get github.com/mholt/archiver/cmd/arc +go install github.com/mholt/archiver/v3/cmd/arc@latest ``` ### Manually