From 5ecc285dcdfc33269f483f236639aa1cf2770a9b Mon Sep 17 00:00:00 2001 From: mattcurts <63571383+mattcurts@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:55:32 -0700 Subject: [PATCH] fix for readme, install as go package. go get is no longer supported (#86) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d636296..f599f34 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Download precompiled binaries here:
Install as a Go package. Requires Go 1.18 or higher. [[Download](https://golang.org/dl/)] ``` -go get github.com/BattlesnakeOfficial/rules/cli/battlesnake +go install github.com/BattlesnakeOfficial/rules/cli/battlesnake@latest ``` Compile from source. Also requires Go 1.18 or higher.