Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 536 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 536 Bytes

Homebrew

Formulae

Invoke either of the following commands

$ brew install operaton/tap/<formula>

Or

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

Casks

Invoke either of the following commands

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

Or

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

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.