diff options
author | cagatay-y <cyigitsahin@outlook.com> | 2017-05-21 16:12:11 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-21 16:19:08 +0300 |
commit | a24a91b29eecc7a3b4b77712703265e588e0afdc (patch) | |
tree | f59bf1f549dd9ebce900f495bec24eec68145ddf | |
parent | 55a9b6c240114b2267432b8e6b2893d2cdf7b18d (diff) | |
download | meson-a24a91b29eecc7a3b4b77712703265e588e0afdc.zip meson-a24a91b29eecc7a3b4b77712703265e588e0afdc.tar.gz meson-a24a91b29eecc7a3b4b77712703265e588e0afdc.tar.bz2 |
Fix typo
-rw-r--r-- | docs/markdown/Getting-meson.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Getting-meson.md b/docs/markdown/Getting-meson.md index c01a947..d654ff3 100644 --- a/docs/markdown/Getting-meson.md +++ b/docs/markdown/Getting-meson.md @@ -12,7 +12,7 @@ The newest development code can be obtained directly from [Git] ## Dependencies Meson is implemented in Python 3. If your operating system provides a -package manager, use should install it with that. For platforms that +package manager, you should install it with that. For platforms that don't have a package manager, you need to download it from [Python's home page]. |