summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-20 10:19:51 +0100
committerxengineering <me@xengineering.eu>2022-11-20 10:19:51 +0100
commit143f95711ae2fc2bb1ff8d30ed253a405f9431c7 (patch)
treeab4d4d24612a97cddc7f7667f84617d4c1b49cc0 /README.md
parent9424484d866f0c123a63288052781dc1e1fef439 (diff)
downloadlimox-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d7f2bb..82ad299 100644
--- a/README.md
+++ b/README.md
@@ -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
```