diff options
author | tense-du <hortense.duponchelle@gmail.com> | 2017-09-18 19:13:46 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-09-18 20:13:46 +0300 |
commit | 0b0448f8f2b062355242c86bb59c2596789fd90f (patch) | |
tree | 363572e7322f66e67aa83986affc7aae947ac5b2 | |
parent | bbda3c7adb84dad775559c932a3cc9533ee6c145 (diff) | |
download | meson-0b0448f8f2b062355242c86bb59c2596789fd90f.zip meson-0b0448f8f2b062355242c86bb59c2596789fd90f.tar.gz meson-0b0448f8f2b062355242c86bb59c2596789fd90f.tar.bz2 |
Fix getting meson page (#2341)
* Replaced obsolete tt tag
-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 d654ff3..8664d61 100644 --- a/docs/markdown/Getting-meson.md +++ b/docs/markdown/Getting-meson.md @@ -5,7 +5,7 @@ Meson releases can be downloaded from the [GitHub release page]. Meson is also available in the [Python Package Index] and can be -installed with <tt>pip3 install meson</tt>. +installed with `pip3 install meson`. The newest development code can be obtained directly from [Git] |