From 04f744c7894fe416e3dd2fbdbaadd2f4e3132f5b Mon Sep 17 00:00:00 2001 From: blahajjessie <78718906+blahajjessie@users.noreply.github.com> Date: Sat, 19 Jul 2025 09:14:56 -0700 Subject: [PATCH] Update mac quarantine instructions (#663) sudo is not required for this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a3bc8..c6edd50 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ brew upgrade --no-quarantine supersonic **To install the downloaded .app bundle** from the [Releases page](https://github.com/dweymouth/supersonic/releases), unzip and then drag Supersonic.app to the Applications folder. -:warning: **Apple Silicon (M1/M2) Macs:** You will have to remove the "quarantine bit" that Mac will automatically set, being an application downloaded from the internet. After copying the .app bundle to your Applications folder, in the terminal run `sudo xattr -r -d com.apple.quarantine /Applications/Supersonic.app` +:warning: **Apple Silicon (M1 and newer) Macs:** You will have to remove the "quarantine bit" that Mac will automatically set, being an application downloaded from the internet. After copying the .app bundle to your Applications folder, in the terminal run `xattr -r -d com.apple.quarantine /Applications/Supersonic.app` ## Building from source