aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-02-28 23:37:36 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-02-28 23:37:36 +0200
commitd2657fb39654b9680f731dc50ba5e5ebcfab3b04 (patch)
treef399295dc4ca20342aa70da7a7c0c15cd839a015 /README.md
parentc6138fe8bd53ffa5d732501940b3639f0a0d89da (diff)
downloadmeson-d2657fb39654b9680f731dc50ba5e5ebcfab3b04.zip
meson-d2657fb39654b9680f731dc50ba5e5ebcfab3b04.tar.gz
meson-d2657fb39654b9680f731dc50ba5e5ebcfab3b04.tar.bz2
Readme linkification.
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7b3ac20..0a87be1 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,20 @@ build system.
####Dependencies
- - Python http://python.org (version 3.4 or newer)
- - Ninja http://martine.github.com/ninja/
-
+ - [Python](http://python.org) (version 3.4 or newer)
+ - [Ninja](http://martine.github.com/ninja/)
####Installing from source
+
You can run Meson directly from a revision control checkout or an
-extracted tarball. Meson is also available from PyPi, so it can
-be installed with 'pip install meson'.
+extracted tarball. You can also install it locally with 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
+with `pip install meson` (this does not require a source checkout, pip
+will download the package automatically).
####Running
@@ -49,13 +55,12 @@ details.
IRC
-The irc channel for Meson is #mesonbuild over at freenode.
+The irc channel for Meson is `#mesonbuild` over at Freenode.
####Further info
-The home page of Meson can be found here:
-
-http://mesonbuild.com
+More information about the Meson build system can be found at the
+[project's home page](http://mesonbuild.com).
Meson is a registered trademark of Jussi Pakkanen