Created
March 27, 2020 18:42
-
-
Save kaxil/e1d9e5f8384cbb48ec21e7921dd1020a to your computer and use it in GitHub Desktop.
Install Vault on Mac using Homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Option 1. Official (run with no UI) | |
brew install vault | |
## Option 2. Vault CLI and GUI (reccomended becuase the Vault UI is a nice feature) | |
brew tap petems/vault | |
brew install petems/vault-prebuilt/vault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment