diff --git a/cli/README.md b/cli/README.md index 44ca13b..7f7e434 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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 ```