From 80f0c03e548e659b21340c1e1149ae2f3b7d0206 Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Wed, 6 Aug 2025 17:25:29 +0100 Subject: [PATCH] readme: Updated MacOS install instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 964494b18..db4aa84f4 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,12 @@ If you are unsure of whether you want to use MSYS2 or MSVC, use MSYS2. ### MacOS -Download the latest release from [Releases](https://github.com/azahar-emu/azahar/releases). +To download a build that will work on all Macs, you can download the `macos-universal` build on the [Releases](https://github.com/azahar-emu/azahar/releases) page. -The `macos-universal` download will work on both Intel and Apple Silicon Macs. +Alternatively, if you wish to download a build specifically for your Mac, you can choose either: + +- `macos-arm64` for Apple Silicon Macs +- `macos-x86_64` for Intel Macs --- ### Android