diff options
author | xengineering <me@xengineering.eu> | 2022-11-20 10:19:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-11-20 10:19:51 +0100 |
commit | 143f95711ae2fc2bb1ff8d30ed253a405f9431c7 (patch) | |
tree | ab4d4d24612a97cddc7f7667f84617d4c1b49cc0 /README.md | |
parent | 9424484d866f0c123a63288052781dc1e1fef439 (diff) | |
download | limox-143f95711ae2fc2bb1ff8d30ed253a405f9431c7.tar limox-143f95711ae2fc2bb1ff8d30ed253a405f9431c7.tar.zst limox-143f95711ae2fc2bb1ff8d30ed253a405f9431c7.zip |
Update meson call
Just `meson build` is deprecated and replaced by `meson setup build`.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Install these runtime dependencies: Just run these commands to build and run: ``` -meson build +meson setup build ninja -C build ./build/limox ``` |