summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a6dfe0a..356feeb 100644
--- a/README.md
+++ b/README.md
@@ -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
```