summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-07 21:22:36 +0200
committerxengineering <me@xengineering.eu>2025-04-07 21:22:36 +0200
commit1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591 (patch)
tree5ded16a50b87cf557ffea7c062851a6f5c062d66
parentee1dea051b0a43c02cf56dfc6a812c1a32910bc6 (diff)
downloadiot-contact-1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591.tar
iot-contact-1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591.tar.zst
iot-contact-1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591.zip
Simplify artifacts directory
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7e794bf..0c5bde3 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ mkdir ~/mcuboot
The project is built with the Meson build system.
```
-meson setup build
-meson compile -C build
+meson setup build --prefix /
+ninja -C build
meson install -C build --destdir artifacts
```