diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-07-03 14:13:48 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-07-03 14:46:15 +0300 |
commit | ee46c0242f97501672c0bd6312498c464370cbeb (patch) | |
tree | cf22e4eadab6a1713e39e0ee1b09295ffa3b91f6 /docs | |
parent | ec5baa62c8d8c578630a0962bbeea49bedd16a24 (diff) | |
download | meson-ee46c0242f97501672c0bd6312498c464370cbeb.zip meson-ee46c0242f97501672c0bd6312498c464370cbeb.tar.gz meson-ee46c0242f97501672c0bd6312498c464370cbeb.tar.bz2 |
Fix image link names.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/SimpleStart.md | 8 | ||||
-rw-r--r-- | docs/markdown/images/osx_xcode.png | bin | 0 -> 186012 bytes |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/SimpleStart.md b/docs/markdown/SimpleStart.md index 371f1be..bf0d7ae 100644 --- a/docs/markdown/SimpleStart.md +++ b/docs/markdown/SimpleStart.md @@ -100,22 +100,22 @@ Double click the downloaded installer to start. If you are running a new macOS version, it might refuse to run the application with the following error message: -![A macOS signing warning](images/mac_meson2.png) +![A macOS signing warning](images/meson_mac2.png) This can be fixed by starting System Preferences, selecting the Security and Privacy entry. At the bottom it shows the blocked app and you can enable it by clicking on the "Open anyway" button. -![Security settings](images/mac_meson3.png) +![Security settings](images/meson_mac3.png) Now the installer should start. If not, double click on the downloaded installer file again. -![Installer running](images/mac_meson4.png) +![Installer running](images/meson_mac4.png) Once the installation is finished you can verify that the system is working via the terminal app. -![A successful install](images/mac_meson5.png) +![A successful install](images/meson_mac5.png) ## Running Meson diff --git a/docs/markdown/images/osx_xcode.png b/docs/markdown/images/osx_xcode.png Binary files differnew file mode 100644 index 0000000..89075f3 --- /dev/null +++ b/docs/markdown/images/osx_xcode.png |