Skip to content

Latest commit

 

History

History
executable file
·
48 lines (34 loc) · 911 Bytes

README.md

File metadata and controls

executable file
·
48 lines (34 loc) · 911 Bytes

Homebrew

Formulae

Invoke either of the following commands if the formula is hosted at GitHub

$ brew install ClusterlessHQ/tap/<formula>

Or

$ brew tap ClusterlessHQ/tap
$ brew install <formula>

Invoke the following command if the formula is not hosted at GitHub

brew tap ClusterlessHQ/homebrew-tap 
brew install <formula>

Casks

Invoke either of the following commands if the cask is hosted at GitHub

$ brew install --cask ClusterlessHQ/tap/<cask>

Or

$ brew tap ClusterlessHQ/tap
$ brew install --cask <cask>

Invoke the following command if the cask is not hosted at GitHub

brew tap ClusterlessHQ/homebrew-tap 
brew install --cask <formula>

If you get a dialog stating the cask is broken try installing with --no-quarantine.

Documentation

brew help, man brew or check Homebrew's documentation.