diff options
author | Stefan Seering <sseering@todo.find.proper.mail.domain> | 2018-01-21 21:54:13 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-22 00:02:24 +0200 |
commit | 42554d5666072dc607ba4c8cad7d5a11161d7d76 (patch) | |
tree | 033a88acb9ee2481f2d8472ada16eabc2d2914ca /docs/markdown/Creating-Linux-binaries.md | |
parent | bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d (diff) | |
download | meson-42554d5666072dc607ba4c8cad7d5a11161d7d76.zip meson-42554d5666072dc607ba4c8cad7d5a11161d7d76.tar.gz meson-42554d5666072dc607ba4c8cad7d5a11161d7d76.tar.bz2 |
Typo.
Diffstat (limited to 'docs/markdown/Creating-Linux-binaries.md')
-rw-r--r-- | docs/markdown/Creating-Linux-binaries.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Creating-Linux-binaries.md b/docs/markdown/Creating-Linux-binaries.md index 8ca3ef0..084e157 100644 --- a/docs/markdown/Creating-Linux-binaries.md +++ b/docs/markdown/Creating-Linux-binaries.md @@ -61,7 +61,7 @@ Log out and back in and now your build environment is ready to use. ## Adding other tools Old distros might have too old versions of some tools. For Meson this -could nclude Python 3 and Ninja. If this is the case you need to +could include Python 3 and Ninja. If this is the case you need to download, build and install new versions into `~/devroot` in the usual way. |