summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 38dd80eb..63737c16 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,9 @@ providing graphical log-ins and managing local and remote displays.
To build and install GDM from source, just execute the following commands:
```
-$ ./autogen.sh
-$ ./configure
-$ make
-$ sudo make install
+$ meson _build
+$ ninja -C _build
+$ sudo ninja -C _build install
```
## Contributing