From ebd2dc67407643c1c733c212dfe512cf21fb5f4a Mon Sep 17 00:00:00 2001 From: GRASBOCK <31473223+GRASBOCK@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:40:33 +0200 Subject: [PATCH] Update README.md https://go.dev/doc/go-get-install-deprecation "Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4c08f..cc23d90 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 ``` # Usage