Habitat Homebrew Tap
For developers on MacOS, the Habitat team
maintains a Homebrew tap that makes it easy to
install the hab command line client and keep up-to-date with the
latest stable releases.
Once you've installed Homebrew, add the tap with
the following command (this is a one-time operation):
brew tap habitat-sh/habitatThen, installing the latest version of hab is just:
brew install habThereafter, you can stay up-to-date with the latest stable release by
running:
brew upgrade habIf you no longer wish to use the Habitat tab, you can uninstall it:
brew untap habitat-sh/habitat