commit | adfc6dd863d2bd791257eb858dceb3b307af607b | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Mon May 15 15:44:25 2023 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon May 15 15:44:25 2023 -0500 |
tree | cef0193bda048b2ac145f8e1f4b1f4fd0a718bb9 | |
parent | bbf372a66453a103146e154386b3a97c41fd45d6 [diff] |
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>
diff --git a/README.md b/README.md index e58ec9b..27c8c4d 100644 --- a/README.md +++ b/README.md
@@ -55,7 +55,7 @@ ## Compile bmcweb with default options ```ascii -meson builddir +meson setup builddir ninja -C builddir ```