summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```