Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.03 KB

GitGuardian Homebrew Tap

This repository hosts Homebrew tap for GitGuardian's tools.

What is Homebrew ?

Homebrew is a Package manager for macOS (or Linux), see more doc at https://brew.sh/

What is a tap ?

A tap is a third-party repository providing installable packages. For more information, you can have a look at this documentation.

How to install packages from GitGuardian's tap ?

Straight to the point

Type this one-liner to quickly install your package.

brew install gitguardian/tap/PACKAGE_NAME

Add tap and download the package

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

How to upgrade a package from Homebrew ?

brew update
brew upgrade PACKAGE_NAME