From 1ebf5bce9020de974c481cb0c68d7a65d53298ef Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Tue, 6 Dec 2022 21:14:23 +0000 Subject: [PATCH] README.md: update build instructions ...because running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: