Skip to content

Instantly share code, notes, and snippets.

@kaxil
Created March 27, 2020 18:42
Show Gist options
  • Save kaxil/e1d9e5f8384cbb48ec21e7921dd1020a to your computer and use it in GitHub Desktop.
Save kaxil/e1d9e5f8384cbb48ec21e7921dd1020a to your computer and use it in GitHub Desktop.
Install Vault on Mac using Homebrew
# 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