Skip to content

Installing via homebrew clash #35

@xphir

Description

@xphir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions