aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJustin Baugh2017-07-20 11:57:43 -0400
committerJustin Baugh2017-07-20 11:57:43 -0400
commite077bfe6555f0e7ab10bf1f52f815e57607d040e (patch)
tree0a0fb1d0ac74927150b511478bd5d37cf120036c /docs
parentdd334a8357bc47bfb88e40bd9d3b92e454a259fb (diff)
downloadbrew-e077bfe6555f0e7ab10bf1f52f815e57607d040e.tar.bz2
Address rubocop issues
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 4fe11530e..5dafaac19 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -89,16 +89,11 @@ following conditions:
will use a bottled version of the formula, but
`brew install <formula> --enable-bar` will trigger a source build.
* The `--build-from-source` option is invoked.
-* The environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set.
* The machine is not running a supported version of macOS as all
bottled builds are generated only for supported macOS versions.
* Homebrew is installed to a prefix other than the standard
`/usr/local` (although some bottles support this).
-In order to completely disable bottled builds, simply add a value for
-the environment variable `HOMEBREW_BUILD_FROM_SOURCE` to
-your profile.
-
We aim to bottle everything.
## How do I get a formula from someone else’s branch?