aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-07-01 18:58:23 +0530
committerGitHub <noreply@github.com>2018-07-01 18:58:23 +0530
commit6bdacba001739983a9e5b7f78ba9d33ac7ebe6c9 (patch)
tree0317e649105dcbdd8f2a1b0052f09733a1a5d8f3
parent2cbf7caf5c8d81e40c790d41cc3b87d30b40cc9f (diff)
downloadmeson-6bdacba001739983a9e5b7f78ba9d33ac7ebe6c9.zip
meson-6bdacba001739983a9e5b7f78ba9d33ac7ebe6c9.tar.gz
meson-6bdacba001739983a9e5b7f78ba9d33ac7ebe6c9.tar.bz2
Getting-meson.md: Fix incorrect image link [skip ci]
-rw-r--r--docs/markdown/Getting-meson.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Getting-meson.md b/docs/markdown/Getting-meson.md
index 29f2424..4f45ef7 100644
--- a/docs/markdown/Getting-meson.md
+++ b/docs/markdown/Getting-meson.md
@@ -63,7 +63,7 @@ select the installer options as follows:
![installer step 1](images/py3-install-1.png "Enable 'Add Python 3.6 to PATH' and click 'Customize installation'")
![installer step 2](images/py3-install-2.png "Optional Features: ensure 'pip' is enabled")
-![installer step 3](images/py3-install-2.png "Advanced Options: enable 'Install for all users'")
+![installer step 3](images/py3-install-3.png "Advanced Options: enable 'Install for all users'")
With this, you will have `python` and `pip` in `PATH`, and you can install
Meson with pip. You will also be able to directly run `meson` in any shell on