We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc228f commit 932f541Copy full SHA for 932f541
cli/README.md
@@ -9,12 +9,12 @@ Download precompiled binaries here: <br>
9
10
Install as a Go package. Requires Go 1.18 or higher. [[Download](https://golang.org/dl/)]
11
```
12
-go get github.com/BattlesnakeOfficial/rules/cli/battlesnake
+go install github.com/BattlesnakeOfficial/rules/cli/battlesnake@latest
13
14
15
Compile from source. Also requires Go 1.18 or higher.
16
17
-git clone git@github.com:BattlesnakeOfficial/rules.git
+git clone https://github.com/BattlesnakeOfficial/rules.git
18
cd rules
19
go build -o battlesnake ./cli/battlesnake/main.go
20
0 commit comments