Skip to content

Commit

Permalink
README: Move to "meson setup [options]"
Browse files Browse the repository at this point in the history
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:
openbmc/phosphor-hwmon@46a29b7

Tested: The following work:
meson setup builddir
ninja -C builddir

Change-Id: I3176fbf0df064c17473f5fc6ad723ca03ed0d04f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
  • Loading branch information
gtmills committed May 15, 2023
1 parent bbf372a commit adfc6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit adfc6dd

Please sign in to comment.