diff --git a/frontends/sdl/README.md b/frontends/sdl/README.md index ac9ab6a5d8636e34a8274ef37750aedebac25738..75c153a41485dcef6f204b8b9d1450bde176794e 100644 --- a/frontends/sdl/README.md +++ b/frontends/sdl/README.md @@ -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 +```