Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.1 KB

Bastionzero Tap

How do I install these formulae?

brew install bastionzero/tap/<formula>

Or brew tap bastionzero/tap and then brew install <formula>.

Bottle Support Matrix

BastionZero offers the zli in pre-built binaries for the following matrix.

OS x86 arm64
MacOS 13 Ventura
MacOS 12 Monterey

Downgrading

BastionZero cannot guarantee compatability when downgrading.

Brew does not support the same kind of versioning in taps as they do in homebrew/core. Because of this, we recommend the following:

  1. Create a new local tap
$ brew tap-new $USER/local-zli
  1. Extract the desired version into the local tap
$ brew extract --version=<version> bastionzero/tap/zli $USER/local-zli
  1. Run brew install@version
$ brew install zli@<version>

Documentation

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