From 8c3b76e2d0786d6bc50d70a1ce65ad911da260b9 Mon Sep 17 00:00:00 2001 From: M Gray Date: Sun, 2 Mar 2025 18:47:30 +0000 Subject: [PATCH] Reflect multiple MacOS builds in docs Added MacOS details to readme to reflect MacOS 14+ and 13.7 builds --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6c1ee8a..b81ede4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ cd $UNPACKED_ZIP_FOLDER$ ./LibreVNA-GUI ``` +### MacOS +* Download the latest [Release](https://github.com/jankae/LibreVNA/releases) + * If you are using MacOS 14+ use the release with `latest` in the name. + * If you are using MacOS >13.7 use the release with `13.7` in the name. +* Unpack the zip file and move LibreVNA-GUI.app to your `/Applications` folder. +* Start LibreVNA-GUI.app and add a security exception to allow the Mac to run the app with an "untrusted" signing key. +* Launch app again. + ## Quick Start * You can find released versions of the GUI application and the device firmware [here](https://github.com/jankae/LibreVNA/releases). * If you would like to try out the newest features, the compiled versions of each commit can be found [here](https://github.com/jankae/LibreVNA/actions) (but keep in mind that some features might be unstable or incomplete). If you are having trouble downloading them, please refer to this [guide](Documentation/DeveloperInfo/DownloadActionBuilds.md).