summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2020-08-28 07:03:34 +0200
committerRay Strode <halfline@gmail.com>2020-08-31 13:20:25 +0000
commit663612fca721e1ecdfd3c43cd3f484173fa14c80 (patch)
tree86ed088c51c0e56c4ca4ca22918d605eadabca10 /README.md
parent6629344831ce236c30000da02ffddd963c1a5ff3 (diff)
downloadgdm-663612fca721e1ecdfd3c43cd3f484173fa14c80.tar.gz
README: Update build instructions using meson
Diffstat (limited to 'README.md')
-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