After running brew tap RfidResearchGroup/proxmark3, the install step might need clarifying to be specific to the package.
brew install proxmark3
Error: Formulae found in multiple taps:
* proxmark/proxmark3/proxmark3
* rfidresearchgroup/proxmark3/proxmark3
Please use the fully-qualified name (e.g. proxmark/proxmark3/proxmark3) to refer to a specific formula.
The install instructions suggest you can just install the package proxmark3, but as there are multiple formulas, this is not possible and needs to be specific.
In this case I believe the install candidate would be:
brew install rfidresearchgroup/proxmark3/proxmark3
After running
brew tap RfidResearchGroup/proxmark3, the install step might need clarifying to be specific to the package.The install instructions suggest you can just install the package proxmark3, but as there are multiple formulas, this is not possible and needs to be specific.
In this case I believe the install candidate would be: