diff --git a/frontends/sdl/README.md b/frontends/sdl/README.md
index 63b220784a82cefc100c2b8e8da5ff08d3d53d24..ac9ab6a5d8636e34a8274ef37750aedebac25738 100644
--- a/frontends/sdl/README.md
+++ b/frontends/sdl/README.md
@@ -9,3 +9,10 @@ cargo install cargo-vcpkg
 cargo vcpkg build
 cargo build
 ```
+
+Then you can use the following command to build and run Boytacean SDL:
+
+```bash
+cargo build
+cargo run
+```