docs: remove --no-quarantine flag from README.md

> Warning: Calling the `--[no-]quarantine` switch is deprecated! There is no replacement.

See: https://github.com/Homebrew/brew/issues/20755
This commit is contained in:
Oleg
2025-12-30 09:40:39 -06:00
committed by Drew Weymouth
parent 76bb347496
commit de6cb4506a
+4 -7
View File
@@ -90,15 +90,12 @@ Supersonic is available on Homebrew via a custom brew tap, or via downloading th
```sh
brew tap supersonic-app/supersonic
brew install --no-quarantine supersonic
brew install supersonic
xattr -r -d com.apple.quarantine /Applications/Supersonic.app
```
The `--no-quarantine` flag is important because Supersonic is distributed without having been [notarized](https://developer.apple.com/documentation/security/notarizing-macos-software-before-distribution), and therefore will not run without this.
You should also include it when upgrading in future:
```
brew upgrade --no-quarantine supersonic
```
The `xattr -r -d com.apple.quarantine` command is important because Supersonic is distributed without having been [notarized](https://developer.apple.com/documentation/security/notarizing-macos-software-before-distribution), and therefore will not run without this.
You should also re-run that xattr command when upgrading in future.
**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.