fix for readme, install as go package. go get is no longer supported (#86)

This commit is contained in:
mattcurts 2022-06-22 14:55:32 -07:00 committed by GitHub
parent 3180429688
commit 5ecc285dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ Download precompiled binaries here: <br>
Install as a Go package. Requires Go 1.18 or higher. [[Download](https://golang.org/dl/)] 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. Compile from source. Also requires Go 1.18 or higher.