summaryrefslogtreecommitdiff
path: root/examples/doom/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/doom/README.md')
-rw-r--r--examples/doom/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/doom/README.md b/examples/doom/README.md
index f3bc60e..7438563 100644
--- a/examples/doom/README.md
+++ b/examples/doom/README.md
@@ -10,10 +10,12 @@ This example builds a WebAssembly guest from [`PureDOOM`](https://github.com/Dai
## Running the example
+From the root of the repository, run:
+
```sh
# download & build `PureDOOM`
./examples/doom/build.sh
# start doom with the WAD you want to use
-cargo run -p tinywasm-doom --release -- /path/to/DOOM1.WAD
+cargo doom /path/to/doom.wad
```