diff --git a/README.md b/README.md index dd4c5dfc1..e615e77d3 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,13 @@ The app updates automatically via [Squirrel](https://github.com/Squirrel/Squirre ## Installing the Avalonia version on Mac: -There are a couple of extra steps to get the .app running on macOS since it's currently distributed as an unsigned application: - -1. In _System Preferences -> Security & Privacy_ ensure _Allow apps downloaded from:_ is set to `App Store and identified developers`. -2. Download the _StructuredLogViewer-x64.zip_ (if on Intel Mac) or _Structured.Log.Viewer-arm64.zip_ (if on M1/ARM) from the latest [Release](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases). -3. If necessary, unzip the file (Safari does this for you after downloading automatically). -4. Move the `StructuredLogViewer.app` into your `Applications` folder. -5. In terminal run: `chmod +x StructuredLogViewer.app/Contents/MacOS/StructuredLogViewer.Avalonia` to give the app execution permissions -6. In terminal run: `codesign -s- --deep StructuredLogViewer.app` to work around notarization issues -7. On the first run, right click the app on Finder and select _Open_. You will be prompted that the app is not signed by a known developer. Click _Open_. +Download the latest release for [arm64](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/latest/download/StructuredLogViewer-arm64.dmg) or [x64](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/latest/download/StructuredLogViewer-x64.dmg). +Alternatively, you can install from Homebrew: +``` +brew install structuredlogviewer +``` ## Building & Running the Avalonia version on Mac: