Skip to content

Commit 932f541

Browse files
authored
README.md modified (#120)
1 parent 0bc228f commit 932f541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Download precompiled binaries here: <br>
99

1010
Install as a Go package. Requires Go 1.18 or higher. [[Download](https://golang.org/dl/)]
1111
```
12-
go get github.com/BattlesnakeOfficial/rules/cli/battlesnake
12+
go install github.com/BattlesnakeOfficial/rules/cli/battlesnake@latest
1313
```
1414

1515
Compile from source. Also requires Go 1.18 or higher.
1616
```
17-
git clone git@github.com:BattlesnakeOfficial/rules.git
17+
git clone https://github.com/BattlesnakeOfficial/rules.git
1818
cd rules
1919
go build -o battlesnake ./cli/battlesnake/main.go
2020
```

0 commit comments

Comments
 (0)