diff --git a/readme.md b/readme.md index 9bcab4f..bd819a3 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ This started as a problem trying to play games with friends who are all on diffe With auto-reload: * [Install cargo-watch](https://github.com/watchexec/cargo-watch?tab=readme-ov-file#install) -Then +Then: ```sh watch -i client -cx run @@ -25,7 +25,7 @@ cargo run ### Client * [Install Trunk](https://trunkrs.dev/#install) -Then +Then: ```sh trunk serve --open @@ -43,7 +43,7 @@ trunk build --release cargo build ``` --- +---------- * The server automatically serves the built client from `/dist` at `0.0.0.0:3030` * Configure any custom clients to connect to `ws://localhost:3030/websocket`