From 5ad5a3a7c66f2d3de90a68d60befa70766c6abfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sat, 25 Mar 2023 18:11:53 +0000 Subject: [PATCH] docs: cargo watch tools --- frontends/sdl/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontends/sdl/README.md b/frontends/sdl/README.md index ac9ab6a5..75c153a4 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 +``` -- GitLab