summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8b6b1a..356feeb 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,15 @@ The project is built with the Meson build system.
meson setup build
ninja -C build
```
+
+All artifacts of the build are bundled in a tar archive file.
+
+```
+tar -tf build/iot-contact-v*.tar.zst
+```
+
+This archive file can be deployed with the `deploy.py` script.
+
+```
+./build/tools/deploy.py
+```