Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.05 KB

Homebrew Tap

This is the 🍺 Homebrew tap for the Friendly FHIR Organization

Installations

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

Formulae

fhenix

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

Documentation

More information on Homebrew can be found by running brew help, man brew or reading Homebrew's official documentation.