-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Issue
The current docs show:
brew tap common-fate/granted
brew install grantedHowever this leads to the wrong formula of granted
Homebrew's default behavior is to install from the core tap (homebrew-core) if a formula exists there with that name. Since granted exists in the official Homebrew formulae, brew install granted will install that version instead of the one from your custom tap.
Fix
Specify the full tap path:
brew install common-fate/granted/grantedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels