docs: update demo instructions to use make commands

This commit is contained in:
2026-06-18 17:52:38 +02:00
parent b37f46de55
commit 0eb5e8c6a5
2 changed files with 5 additions and 18 deletions
+2 -3
View File
@@ -77,9 +77,8 @@ Design direction: **Field Notes** — editorial travel journal aesthetic, not so
Seven sample entries for design/QA showcasing: feed, map route, stats, weather variety (including snow).
```bash
# Deploy demo content
cp -r user/docs/demo/tracker/. user/pages/01.tracker/
docker exec intotheeast_grav bash -c "cd /app/www/public && php bin/grav clearcache"
make demo-load # copy entries into tracker, clear cache
make demo-reset # remove demo entries, clear cache
```
Full instructions: `user/docs/demo/README.md`