From: Johan Malm Date: Tue, 6 Dec 2022 21:14:23 +0000 (+0000) Subject: README.md: update build instructions X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1ebf5bce9020de974c481cb0c68d7a65d53298ef;p=proto%2Flabwc.git README.md: update build instructions ...because running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. --- diff --git a/README.md b/README.md index 2314c1c2..c1e6c967 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,8 @@ The obligatory screenshot: To build, simply run: - meson build/ - ninja -C build/ + meson setup build/ + meson compile -C build/ Run-time dependencies include: