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:13:48 +0300 |
commit | f321186127771ed5b6a6afe5340ca610495a4fb7 (patch) | |
tree | 540ac6fe105a20cabdbff09978294e9b41a74e72 | |
parent | d3d95d39beebb42894dbcf7cad58ef1fba4bbe2f (diff) | |
download | meson-docimagelinks.zip meson-docimagelinks.tar.gz meson-docimagelinks.tar.bz2 |
Fix image link names.docimagelinks
-rw-r--r-- | docs/markdown/SimpleStart.md | 8 |
1 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: - + 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. - + Now the installer should start. If not, double click on the downloaded installer file again. - + Once the installation is finished you can verify that the system is working via the terminal app. - + ## Running Meson |