From e760c8bbcaaf2bb42cbd3ca195ae23b6c58501ad Mon Sep 17 00:00:00 2001
From: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Date: Fri, 3 Jun 2016 16:11:17 +0400
Subject: [PATCH] How-To-Open-a-Homebrew-Pull-Request: do not install bottle
 for test (#315)

---
 .../How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8cf895b0f4..1afa01ddb7 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`.
-- 
GitLab