Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 753 Bytes

This repository hosts Homebrew formulae for packages published by Planet.

Installation

You can install these packages by using the planetlabs/tap prefix.

brew install planetlabs/tap/<formula>

For example, to install gpq:

brew install planetlabs/tap/gpq

If you have previously installed a formula from this tap, run an update first to get the most up to date formulae:

brew update

Publishing

You can publish a new formula by adding it to the root of the repository. This can be automated as part of a release process. See the gpq project for an example using GoReleaser to update the Homebrew formula.