summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2023-05-15 23:44:25 +0300
committerGunnar Mills <gmills@us.ibm.com>2023-05-15 23:44:25 +0300
commitadfc6dd863d2bd791257eb858dceb3b307af607b (patch)
treecef0193bda048b2ac145f8e1f4b1f4fd0a718bb9 /README.md
parentbbf372a66453a103146e154386b3a97c41fd45d6 (diff)
downloadbmcweb-adfc6dd863d2bd791257eb858dceb3b307af607b.tar.xz
README: Move to "meson setup [options]"
Fixes this warning: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. Seen a few other repos do this like: https://github.com/openbmc/phosphor-hwmon/commit/46a29b7f21c03fbe7230abc6feff3991efd9f76b Tested: The following work: meson setup builddir ninja -C builddir Change-Id: I3176fbf0df064c17473f5fc6ad723ca03ed0d04f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'README.md')
-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
```