Update dev.md

This commit is contained in:
dadav 2019-10-06 00:15:23 +02:00
parent 03318bdaef
commit b4a382e266

View File

@ -55,7 +55,6 @@ If you changed the `voice.py`- File, the translations need an update. Do it like
Now you can use the `preview.py`-script to preview the changes: Now you can use the `preview.py`-script to preview the changes:
```shell ```shell
./scripts/preview.py --lang it --display ws2 --port 8080 & ./scripts/preview.py --lang it --display ws1 ws2 inky --output preview.png
./scripts/preview.py --lang it --display inky --port 8081 & # Now open preview.png
# Now open http://localhost:8080 and http://localhost:8081
``` ```