Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.38 KB

Taskcluster Homebrew Tap

This Homebrew Tap provides the Taskcluster team a place to build and share their own Homebrew formulae. You can find out more information about how third party Homebrew Taps are created and maintained in Homebrew's documentation.

Currently available formulae can be found in the Formula directory at the root of the Tap.

Tapping

To tap the Homebrew Tap without installing any formulae, you can use the following command:

brew tap taskcluster/tap

For more information about the brew tap command, see the Homebrew documentation.

Installing Formulae

To install a specific formula, such as taskcluster to install the Taskcluster CLI, you can use the following command:

# to install without having to tap the Homebrew Tap first
brew install taskcluster/tap/taskcluster
# to install if you've already tapped the Homebrew Tap
brew install taskcluster

Uninstalling Formulae

To uninstall a specific formula, such as taskcluster, you can use the following command:

brew uninstall taskcluster

Untapping

To untap the Homebrew Tap, you can use the following command:

brew untap taskcluster/tap