summaryrefslogtreecommitdiff
path: root/examples/doom/README.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-05-02 21:14:02 +0200
committerHenry <mail@henrygressmann.de>2026-05-02 21:19:54 +0200
commitba1cf56464f8e5c3c7bcc2dc75f10aad2cd56e6b (patch)
treedd0bef203b31c494f48e72c1169f2f50ae7b6d21 /examples/doom/README.md
parentd3c6b705a3b1035adda66a92131e9ddf59fb46ab (diff)
chore: add more tests, fix issues with import types, cleanup doom example
Signed-off-by: Henry <mail@henrygressmann.de>
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
```