diff --git a/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md b/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md index 8cf895b0f4c497d5c9d1da1231f1fc6ed96f3b5d..1afa01ddb7cb66c788efd7b8d0338302d16a6724 100644 --- a/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md +++ b/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md @@ -35,7 +35,7 @@ To make a new branch and submit it for review, create a GitHub pull request with * If there's a `bottle do` block in the formula: don't remove or change it; we'll update it when we pull your PR. 5. Test your changes on each changed formula by doing the following, and ensure they all pass without issue. (Make sure you do the `brew audit` step while your changed formula is installed.) 1. `brew tests` - 2. `brew install <CHANGED_FORMULA>` + 2. `brew install --build-from-source <CHANGED_FORMULA>` 3. `brew test <CHANGED_FORMULA>` 4. `brew audit --strict <CHANGED_FORMULA>` 6. Make a separate commit for each changed formula with `git add` and `git commit`.