summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 0967bd4..d7c28ab 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Ensure the following packages are installed:
* systemd-devel
* vala-tools
-Then just do `./autogen.sh && make`
+Then just do `mkdir build && cd build && meson --prefix=/usr .. && ninja`
Compiling for Microsoft Windows
===============================