From 8320ef23cdf9a50419c3c96196c74335ce7dd53d Mon Sep 17 00:00:00 2001 From: Brad Van Vugt <1531419+bvanvugt@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:05:17 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31becfb..9ff358f 100644 --- a/README.md +++ b/README.md @@ -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