This repository hosts Homebrew tap for GitGuardian's tools.
Homebrew is a Package manager for macOS (or Linux), see more doc at https://brew.sh/
A tap is a third-party repository providing installable packages. For more information, you can have a look at this documentation.
Type this one-liner to quickly install your package.
brew install gitguardian/tap/PACKAGE_NAME
Type these commands if you plan to use GitGuardian's tap in the long run.
brew tap gitguardian/tap
This command adds GitGuardian's tap to your taps, and it makes GitGuardian's packages available in search results yielded by brew search
. You can then run the following command :
brew install PACKAGE_NAME
brew update
brew upgrade PACKAGE_NAME