Skip to content
Snippets Groups Projects
Verified Commit 5ad5a3a7 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: cargo watch tools

parent 936d768e
No related branches found
No related tags found
1 merge request!21Initial working version of Audio CH4
Pipeline #2402 passed
......@@ -16,3 +16,10 @@ Then you can use the following command to build and run Boytacean SDL:
cargo build
cargo run
```
To reload the code continuously use the cargo watch tool:
```bash
cargo install cargo-watch
cargo watch -x run
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment