From c6473584576a94c4ac0a29ceaaab7dc7cee9171f Mon Sep 17 00:00:00 2001 From: roc <12616704+rollingonchrome@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:59:57 -0800 Subject: [PATCH] Update README.md with instructions to run the arm64 built binary on M1 and higher Macs Adds instructions for running the arm64 built binary on M1 and higher Macs to the README.md file. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0cd048e..bdb2d29 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,7 @@ list of an already-external server. For bridges on external servers, the manager will generate an OpenID token and exchange it for a temporary bridge-specific auth token rather than sending your Matrix access token to the bridge. + +## Running the arm64 Built Binary + +To run the arm64 built binary on M1 and higher Macs, after installing mautrix-manager.app in /Applications, enter the following command in terminal: `xattr -d com.apple.quarantine /Applications/mautrix-manager.app`.