From adfc6dd863d2bd791257eb858dceb3b307af607b Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Mon, 15 May 2023 15:44:25 -0500 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3