diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
commit | 27abed4a707ba69b019822a0a0e3c045542b4443 (patch) | |
tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Getting-meson.md | |
parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
download | meson-capitalization.zip meson-capitalization.tar.gz meson-capitalization.tar.bz2 |
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/Getting-meson.md')
-rw-r--r-- | docs/markdown/Getting-meson.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Getting-meson.md b/docs/markdown/Getting-meson.md index fe145ad..35117ca 100644 --- a/docs/markdown/Getting-meson.md +++ b/docs/markdown/Getting-meson.md @@ -27,7 +27,7 @@ Meson is available in the [Python Package Index] and can be installed with `sudo pip3 install meson` which requires root and will install it system-wide. -If you have downloaded a copy of the meson sources already, you can +If you have downloaded a copy of the Meson sources already, you can install it with `sudo pip3 install path/to/source/root/`. Alternatively, you can use `pip3 install --user meson` which will @@ -35,7 +35,7 @@ install it for your user and does not require any special privileges. This will install the package in `~/.local/`, so you will have to add `~/.local/bin` to your `PATH`, and `sudo meson install` will be completely broken since the program will not be available to -root. Only use a user copy of meson if you do not care about +root. Only use a user copy of Meson if you do not care about installing projects as root. ## Installing Meson and Ninja with the MSI installer |