summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-15 14:08:57 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-15 14:08:57 +0100
commit9957dd59b04bafb13b3e4ef5dfd0a344972f70b7 (patch)
tree3f575c285fda473d635bb4c7ceb9ec72ca57de2e /README.md
parent12b155eae7788cd6368c3d54dbfaeaff0766eefd (diff)
downloadgtk+-9957dd59b04bafb13b3e4ef5dfd0a344972f70b7.tar.gz
docs: Update references to Meson CLI utilities
The separate `mesonconf` and `mesontest` binaries have been deprecated, in favour of `meson` sub-commands.
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 e4ad8eabc2..0245538fc1 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ $ ninja
You can run the test suite using:
```sh
-$ mesontest
+$ meson test
```
And, finally, you can install GTK+ using: