]> git.mdlowis.com Git - proto/labwc.git/commitdiff
README.md: update build instructions
authorJohan Malm <jgm323@gmail.com>
Tue, 6 Dec 2022 21:14:23 +0000 (21:14 +0000)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 7 Dec 2022 14:20:10 +0000 (15:20 +0100)
...because running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated.

README.md

index 2314c1c2eebdf5b2a678bcdcef07758d7762f310..c1e6c9677796d85dbc8b8b881d361ffc4d7978b3 100644 (file)
--- 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: