diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-22 11:01:04 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-02-22 11:01:04 +0100 |
commit | 254c5fc75225ef970ae1786dc17a129ab33c844e (patch) | |
tree | fb5e6185f077d3a6c9869744df87f9237b468a2c /README.md | |
parent | b33ab26fe7138f16dedd12ed360548e886408f30 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |