mirror of
https://github.com/YuzuZensai/Discord-Presence-Relay.git
synced 2026-09-14 01:08:50 +00:00
🐛 fix: Correct depends_on macos syntax, document brew trust
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user