Readme fixes. [skip ci]

pull/5454/head
Jussi Pakkanen 5 years ago
parent 09a722c4bd
commit 7561926a70
  1. 18
      README.md
  2. 4
      contributing.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.

@ -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

Loading…
Cancel
Save