[mod] readme

This commit is contained in:
Christian Fraß 2022-11-30 23:14:46 +01:00
parent 839d6d1aaa
commit f0b95a8cb0

View file

@ -42,11 +42,11 @@ Die Konfiguration erfolgt in Form einer JSON-Datei gemäß des Schemas `doc/hmdl
### Manuell
- für ein einzelnen Ablauf: `build/heimdall -c test.hdml.json` ausführen
- für ein einzelnen Ablauf: `build/heimdall -c examples/test.hdml.json` ausführen
- zum allgemeinenen Rumspielen:
- `watch -n 10 build/heimdall -c test.hdml.json`
- `touch /tmp/test`
- Werte in `test.hdml.json` ändern
- `watch -n 10 build/heimdall -c examples/test.hdml.json`
- `touch /tmp/test` ausführen
- Werte in `examples/test.hdml.json` ändern
### Automatisch