summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-03-24 18:13:32 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-03-24 18:13:32 +0200
commit7019daaab04cac0be83451055e267ad7d6b1c5f6 (patch)
treea0e7cbb7ea097731b503588a1990f0121202ac43 /README.md
parent317a735b07f55f787256592ad7b376998b26234c (diff)
downloadmeson-7019daaab04cac0be83451055e267ad7d6b1c5f6.tar.gz
Binary name clarification.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd166ebb2..82ee3f700 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ called 'meson.build'. To generate the build system run this command:
`meson <source directory> <build directory>`
+Depending on how you obtained Meson the command might also be called
+`meson.py` instead of plain `meson`. In the rest of this document we
+are going to use the latter form.
+
You can omit either of the two directories, and Meson will substitute
the current directory and autodetect what you mean. This allows you to
do things like this: