move line

This commit is contained in:
Adam 2024-10-09 20:41:04 -04:00
parent b3b9cd92af
commit 786b198f4a

View file

@ -20,14 +20,14 @@ Then:
./test
```
Use `-b <ADDR>` or `--bind <ADDR>` to bind the server to a specific address. Default is 127.0.0.1:3030. You can also pass arguments to the test script.
Without auto-reload:
```sh
cargo run -p server
```
Use `-b <ADDR>` or `--bind <ADDR>` to bind the server to a specific address. Default is 127.0.0.1:3030. You can also pass arguments to the test script.
### Client
- [Install Trunk](https://trunkrs.dev/#install)