🐛 fix: Correct depends_on macos syntax, document brew trust

This commit is contained in:
2026-07-25 15:00:42 +07:00
parent 6f2b9574a9
commit 1919211311
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -52,9 +52,13 @@ settings once it's running.
```bash
brew tap yuzuzensai/discord-rpc-relay https://github.com/YuzuZensai/Discord-RPC-Relay
brew trust yuzuzensai/discord-rpc-relay
brew install --cask discord-presence-relay
```
`brew trust` is required once per tap, Homebrew blocks installing from
third-party taps until you explicitly trust them.
The cask clears the Gatekeeper quarantine attribute automatically after
install, so the app opens normally right away.