aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-02-28 23:45:10 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-02-28 23:45:10 +0200
commitcb0b9b79f49b84650502bb81d671321a25109778 (patch)
treec1ccb56eb626bce9d811a3efbc9041603d15e75d /README.md
parente0a23a7f6abb2d8ff452235e86e12a829960448b (diff)
downloadmeson-cb0b9b79f49b84650502bb81d671321a25109778.zip
meson-cb0b9b79f49b84650502bb81d671321a25109778.tar.gz
meson-cb0b9b79f49b84650502bb81d671321a25109778.tar.bz2
Oh, and one more thing.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index d1fcb2f..cd20b77 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ build system.
####Installing from source
You can run Meson directly from a revision control checkout or an
-extracted tarball. You can also install it locally with standard
-Python distutils command `python3 setup.py install <your options
-here>`.
+extracted tarball. If you wish you can install it locally with the
+standard Python distutils command `python3 setup.py install <your
+options here>`.
Meson is also available from
[PyPi](https://pypi.python.org/pypi/meson), so it can be installed
@@ -35,6 +35,8 @@ do things like this:
`cd source_root; mkdir build; cd build; meson ..`
+or
+
`cd source_root; mkdir build; meson build`
To compile, cd into your build directory and type `ninja`. To run unit