test
This commit is contained in:
parent
edcd420b2e
commit
3694d164ba
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ This started as a problem trying to play games with friends who are all on diffe
|
|||
### Server
|
||||
With auto-reload:
|
||||
* [Install cargo-watch](https://github.com/watchexec/cargo-watch?tab=readme-ov-file#install)
|
||||
* `cargo watch -i client -cx run`
|
||||
* ```sh
|
||||
watch -i client -cx run
|
||||
```
|
||||
|
||||
Without auto-reload:
|
||||
* `cargo run`
|
||||
|
|
Loading…
Add table
Reference in a new issue