Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 674 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 674 Bytes

Contributing

Proposing an update

Fork the repo:

git clone git@github.com:boltopslabs/homebrew-boltops.git

Make your change. Verify that your change can be installed by Homebrew:

brew install <GitHub URL of the raw formula>

Push to your fork and submit a pull request.

Reviewing an update

Download the formula target (usually a .tar.gz file) and verify the checksum:

shasum -a 256 <file.tar.gz>

Compare the returned hash with the sha256 field in the formula.

Install the formula locally:

brew install <GitHub URL of the raw formula>