Update README.md
This commit is contained in:
parent
f2b52b85d6
commit
8320ef23cd
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ In the future we might switch this to make the rules easier to develop? But unti
|
|||
From the root folder of the project, run:
|
||||
|
||||
```
|
||||
go build -o battlesnake cli/main.go
|
||||
go install github.com/BattlesnakeOfficial/rules/cli/battlesnake
|
||||
```
|
||||
|
||||
This will create the `battlesnake` command, that you can use. It currently has one verb: `play`.
|
||||
This will create the `battlesnake` command, that you can use. It currently has one command: `play`.
|
||||
|
||||
```
|
||||
Use the CLI to configure and play a game of Battlesnake against
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue