aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Getting-meson.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Getting-meson.md')
-rw-r--r--docs/markdown/Getting-meson.md4
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