Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 596 Bytes

File metadata and controls

30 lines (21 loc) · 596 Bytes

homebrew-tap

Homebrew tap for SensorChaos.

Install

brew tap sensorchaos/tap
brew install sensorchaos

Upgrade

brew upgrade sensorchaos

Uninstall

brew uninstall sensorchaos
brew untap sensorchaos/tap

Go live

To go live, you need to:

  1. Create a GitHub repo named exactly homebrew-tap under the sensorchaos org
  2. Push the contents of homebrew-tap/ to its root
  3. Run bun run update-formula 0.1.0 after your first GitHub release to fill in the real sha256 values, then push the updated formula