From ba23a9da51055d5bec2175e7050280ea7772d48e Mon Sep 17 00:00:00 2001 From: Ted Naleid Date: Thu, 20 Oct 2022 10:57:13 -0500 Subject: [PATCH] update install instructions for go 1.17+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b036de..89f1980 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ brew install ganda 3. Compile from source with golang: ``` -go get -u github.com/tednaleid/ganda +go install github.com/tednaleid/ganda@latest ``` to install in your `$GOPATH/bin` (which you want in your `$PATH`)