summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-26 19:08:56 +0200
committerxengineering <me@xengineering.eu>2025-07-26 19:08:56 +0200
commit376a2f91964527bfb6b57661a9e81a4d5544f288 (patch)
treed2e7e262d5f7dbbec4a41b5d86c1955b73b6a1c2
parentce9b6c2d205b7d2559a49a36a8d7422ccd12a177 (diff)
downloadiot-contact-376a2f91964527bfb6b57661a9e81a4d5544f288.tar
iot-contact-376a2f91964527bfb6b57661a9e81a4d5544f288.tar.zst
iot-contact-376a2f91964527bfb6b57661a9e81a4d5544f288.zip
README: Document tar archive and deploy script
-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
+```