aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-06-06 21:54:50 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-06-06 21:54:50 +0300
commit7561926a70e1920c6ff8754ee1a66ab0bc3ff431 (patch)
tree8e46172545e396c95e770ed6d87dc90f3b6602f5 /README.md
parent09a722c4bd6bf3014190ecc4d91eee1110affd99 (diff)
downloadmeson-7561926a70e1920c6ff8754ee1a66ab0bc3ff431.zip
meson-7561926a70e1920c6ff8754ee1a66ab0bc3ff431.tar.gz
meson-7561926a70e1920c6ff8754ee1a66ab0bc3ff431.tar.bz2
Readme fixes. [skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0e4cabf..5a083ab 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<p align="center">
-<img src="http://mesonbuild.com/assets/images/meson_logo.png">
+<img src="https://mesonbuild.com/assets/images/meson_logo.png">
</p>
MesonĀ® is a project to create the best possible next-generation
build system.
@@ -15,7 +15,7 @@ build system.
#### Dependencies
- - [Python](http://python.org) (version 3.5 or newer)
+ - [Python](https://python.org) (version 3.5 or newer)
- [Ninja](https://ninja-build.org) (version 1.5 or newer)
#### Installing from source
@@ -29,14 +29,15 @@ Meson is also available from
[PyPi](https://pypi.python.org/pypi/meson), so it can be installed
with `pip3 install meson` (this does not require a source checkout,
pip will download the package automatically). The exact command to
-type to install with pip can vary between systems, be sure to use the
-Python 3 version of pip.
+type to install with Pip can vary between systems, be sure to use the
+Python 3 version of Pip.
#### Running
Meson requires that you have a source directory and a build directory
-and that these two are different. In your source root must exist a file
-called 'meson.build'. To generate the build system run this command:
+and that these two are different. In your source root must exist a
+file called `meson.build`. To generate the build system run this
+command:
`meson <source directory> <build directory>`
@@ -67,7 +68,8 @@ you may need to run this command with sudo.
#### Contributing
-We love code contributions. See the [contributing.md](contributing.md) file for
+We love code contributions. See the [contribution
+page](https://mesonbuild.com/Contributing.html) on the web site for
details.
@@ -83,6 +85,6 @@ to connect to this channel.
#### Further info
More information about the Meson build system can be found at the
-[project's home page](http://mesonbuild.com).
+[project's home page](https://mesonbuild.com).
Meson is a registered trademark of Jussi Pakkanen.