README.md modified (#120)

This commit is contained in:
Aman Gupta 2022-12-15 23:17:32 +05:30 committed by GitHub
parent 0bc228ff34
commit 932f5418df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```