README.md modified (#120)
This commit is contained in:
parent
0bc228ff34
commit
932f5418df
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ Download precompiled binaries here: <br>
|
|||
|
||||
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.
|
||||
```
|
||||
git clone git@github.com:BattlesnakeOfficial/rules.git
|
||||
git clone https://github.com/BattlesnakeOfficial/rules.git
|
||||
cd rules
|
||||
go build -o battlesnake ./cli/battlesnake/main.go
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue