airbrake / airbrake-cli

Releases of the Airbrake CLI
3 stars 1 forks source link

Make Homebrew install command one line #3

Closed thompiler closed 3 years ago

thompiler commented 3 years ago

This command:

brew install airbrake/airbrake-cli/airbrake

Is equivalent to this:

brew tap airbrake/airbrake-cli
brew install airbrake

The benefit is the one line is compact, easier to copy and paste, etc.