From f3f3b1d228d98f5902d09a6bbcfadd631feb27d8 Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Sun, 15 Dec 2024 21:27:16 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update README for newer Golang versions. Maybe I'm wrong, but this was they way I finally figured out how to install this 🤗 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4c08f..1aa833c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ curl https://gotest-release.s3.amazonaws.com/gotest_linux > gotest && chmod +x Alternatively: ``` -$ go get -u github.com/rakyll/gotest +$ go install github.com/rakyll/gotest@latest ``` # Usage