summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e58ec9bc36..27c8c4dd29 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ options are documented in `meson_options.txt`
## Compile bmcweb with default options
```ascii
-meson builddir
+meson setup builddir
ninja -C builddir
```