summaryrefslogtreecommitdiff
path: root/doc/HOWTO.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HOWTO.md')
-rw-r--r--doc/HOWTO.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/HOWTO.md b/doc/HOWTO.md
index 876d7dc..c6e4e79 100644
--- a/doc/HOWTO.md
+++ b/doc/HOWTO.md
@@ -13,10 +13,16 @@ cmake --build build -j4
./build/demo64k
```
-Options: `--fullscreen`, `--resolution WxH`, `--seek TIME` (debug only)
+Options: `--fullscreen`, `--resolution WxH`, `--seek TIME`, `--hot-reload` (debug only)
Keyboard: `Esc` (exit), `F` (toggle fullscreen)
+**Hot-Reload Mode:**
+```bash
+./build/demo64k --hot-reload
+```
+Watches config files and notifies when changes detected. See `doc/HOT_RELOAD.md`.
+
### Size-Optimized Build
```bash
cmake -S . -B build -DDEMO_SIZE_OPT=ON