This is the 🍺 Homebrew tap for the Friendly FHIR Organization
Installing formulae from this tap is simple. You can either install
using the
full name of the formula like:
brew install "friendly-fhir/homebrew-tap/<formula>"
Or you can tap
the repository and then install the formula without qualification
brew tap friendly-fhir/homebrew-tap
brew install "<formula>"
Tapping a formula only needs to be done once, but you will need to update
the
tap to get the latest versions of the formulae:
brew update
The formula for the fhenix
CLI tool is available in this tap.
brew install friendly-fhir/homebrew-tap/fhenix
# or, if tapped:
brew install fhenix
More information on Homebrew can be found by running brew help
, man brew
or
reading Homebrew's official documentation.