diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,14 +28,14 @@ meson setup build ninja -C build ``` -The resulting artifacts can be listed with `tree`. +All artifacts of the build are bundled in a tar archive file. ``` -tree build/artifacts +tar -tf build/iot-contact-v*.tar.zst ``` -These artifacts are organized as static website. It can be opened with Firefox. +This archive file can be deployed with the `deploy.py` script. ``` -firefox build/artifacts/index.html +./build/tools/deploy.py ``` |