fix for readme, install as go package. go get is no longer supported (#86)
This commit is contained in:
parent
3180429688
commit
5ecc285dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue