Skip to content

Commit

Permalink
README.md modified (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanGupta677 authored Dec 15, 2022
1 parent 0bc228f commit 932f541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 932f541

Please sign in to comment.