diff options
author | xengineering <me@xengineering.eu> | 2025-07-26 19:08:56 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-07-26 19:08:56 +0200 |
commit | 376a2f91964527bfb6b57661a9e81a4d5544f288 (patch) | |
tree | d2e7e262d5f7dbbec4a41b5d86c1955b73b6a1c2 /README.md | |
parent | ce9b6c2d205b7d2559a49a36a8d7422ccd12a177 (diff) | |
download | iot-contact-376a2f91964527bfb6b57661a9e81a4d5544f288.tar iot-contact-376a2f91964527bfb6b57661a9e81a4d5544f288.tar.zst iot-contact-376a2f91964527bfb6b57661a9e81a4d5544f288.zip |
README: Document tar archive and deploy script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 +``` |