Closed drbenmorgan closed 6 years ago
brew install --build-from-source <formula>
<formula>
brew audit --strict <formula>
brew install <formula>
Fixes #51
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Fixes #51