From 3b0e89c43d402b403019bacc437aef7d76754983 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 18 Feb 2016 00:15:22 +0000 Subject: [PATCH] FAQ: minor tweaks Closes Homebrew/homebrew#49281. Signed-off-by: Mike McQuaid --- share/doc/homebrew/FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/doc/homebrew/FAQ.md b/share/doc/homebrew/FAQ.md index 82a8fe6bb9..a5dacb222c 100644 --- a/share/doc/homebrew/FAQ.md +++ b/share/doc/homebrew/FAQ.md @@ -83,7 +83,7 @@ alternative](https://developer.apple.com/legacy/library/qa/qa1067/_index.html). Read [CONTRIBUTING.md](/.github/CONTRIBUTING.md). ### Why do you compile everything? -Homebrew provides pre-compiled versions for some formulae. These +Homebrew provides pre-compiled versions for many formulae. These pre-compiled versions are referred to as **bottles** and are available at: [https://bintray.com/homebrew/bottles](https://bintray.com/homebrew/bottles). @@ -96,8 +96,8 @@ will use a bottled version of $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 OS X 10.8+ as all bottled builds are -generated on Mountain Lion or later. +* The machine is not running OS X 10.9+ as all bottled builds are +generated on Mavericks or later. * Homebrew is installed to a prefix other than the standard `/usr/local` (although some bottles support this) @@ -122,7 +122,7 @@ Or: `brew pull https://github.com/Homebrew/homebrew/pull/1234` -### Why does Homebrew insist I install to `/usr/local`? +### Why does Homebrew prefer I install to `/usr/local`? 1. **It’s easier**
`/usr/local/bin` is already in your