aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-02-22 11:01:04 +0100
committerSimon Ser <contact@emersion.fr>2023-02-22 11:01:04 +0100
commit254c5fc75225ef970ae1786dc17a129ab33c844e (patch)
treefb5e6185f077d3a6c9869744df87f9237b468a2c /README.md
parentb33ab26fe7138f16dedd12ed360548e886408f30 (diff)
Switch to "meson setup"
Fixes this warning: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e269ff14..da2cbc92 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ If you choose to enable X11 support:
Run these commands:
- meson build/
+ meson setup build/
ninja -C build/
Install like so: