summaryrefslogtreecommitdiff
path: root/doc/HOWTO.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-09 17:43:12 +0100
committerskal <pascal.massimino@gmail.com>2026-02-09 17:43:12 +0100
commit4f51332be0ee1a046fdc03514d32fe31cf7b61a8 (patch)
treecfcee2627be6b6af4185d24c5a0049f331b0c5d2 /doc/HOWTO.md
parentd5f78a4c2e7b626a492643efd62ddeb394276722 (diff)
docs: Update documentation and clean up obsolete files
- Add Task #76: External library size measurement - Update hot-reload documentation across README, HOWTO, PROJECT_CONTEXT - Update test count: 36/36 passing (100%) - Remove completed analysis files from root Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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