From 7561926a70e1920c6ff8754ee1a66ab0bc3ff431 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 6 Jun 2019 21:54:50 +0300 Subject: [PATCH] Readme fixes. [skip ci] --- README.md | 18 ++++++++++-------- contributing.md | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0e4cabfb2..5a083ab50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

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 ` @@ -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. diff --git a/contributing.md b/contributing.md index 3d4dc3480..3d1f4bc3d 100644 --- a/contributing.md +++ b/contributing.md @@ -2,7 +2,7 @@ Thank you for your interest in participating to the development! A large fraction of Meson is contributed by people outside -the core team and we are **excited** to see what you do. +the core team and we are *excited* to see what you do. **Contribution instructions can be found on the website** - @ http://mesonbuild.com/Contributing.html + @ https://mesonbuild.com/Contributing.html