summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-25 22:46:44 +0200
committerxengineering <me@xengineering.eu>2025-07-26 19:01:09 +0200
commit834dacb9ffaead63b626489d22aab2f8263e9f16 (patch)
tree25413e0be2d1d463bbe307b107f3d32aca5cea9e /README.md
parentdb83efd4d439ecd100c9b2400c00a68597444d89 (diff)
downloadiot-contact-834dacb9ffaead63b626489d22aab2f8263e9f16.tar
iot-contact-834dacb9ffaead63b626489d22aab2f8263e9f16.tar.zst
iot-contact-834dacb9ffaead63b626489d22aab2f8263e9f16.zip
artifacts: Remove this folder
This was just a trick to provide a folder in the build tree where only artifacts are stored. These artifacts are moved to the root of the build tree. This has the disadvantage that they are mixed with other files inside this folder. Nevertheless they should soon be added by Meson to the file archive used for deployment which solves this issue because it contains by definition only artifacts.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index a6dfe0a..c8b6b1a 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,3 @@ The project is built with the Meson build system.
meson setup build
ninja -C build
```
-
-The resulting artifacts can be listed with `tree`.
-
-```
-tree build/artifacts
-```
-
-These artifacts are organized as static website. It can be opened with Firefox.
-
-```
-firefox build/artifacts/index.html
-```