diff --git a/web/pw-server/src/routes/docs/local-development.md b/web/pw-server/src/routes/docs/local-development.md index 218ae22..abfb8d4 100644 --- a/web/pw-server/src/routes/docs/local-development.md +++ b/web/pw-server/src/routes/docs/local-development.md @@ -13,7 +13,7 @@ This way, you can author bots in any language or tool you want - as long as you You can use the `planetwars-client` to play matches locally. -Currently, no binaries are available, so you'll have to build the client from source. +Or you can get a binary from the latest release [here](https://git.zeus.gent/xerbalind/planetwars.dev/releases) ### Building the binary @@ -40,7 +40,7 @@ working_directory = "/home/user/simplebot" ### Playing a match -Run `planetwars-client path/to/mybot.toml opponent_name` +Run `planetwars-client --grpc-server-url http://planetwars.zeus.gent:7000 path/to/mybot.toml opponent_name` Try `planetwars-client --help` for more options.