Issue
The current docs show:
brew tap common-fate/granted
brew install granted
However 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/granted
Issue
The current docs show:
However 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: