Skip to content

Commit

Permalink
Readme fixes. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Jun 6, 2019
1 parent 09a722c commit 7561926
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand All @@ -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>`

Expand Down Expand Up @@ -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.


Expand All @@ -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.
4 changes: 2 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7561926

Please sign in to comment.