Merge pull request #13600 from heavywatal/docs-faq-enable-bar

FAQ: Remove reference to `--enable-bar` that does not exist
This commit is contained in:
Rylan Polster 2022-07-24 16:52:03 +02:00 committed by GitHub
commit 89cf96fffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,10 +78,10 @@ Homebrew provides pre-built binary packages for many formulae. These are referre
If available, bottled binaries will be used by default except under the following conditions: If available, bottled binaries will be used by default except under the following conditions:
* Options were passed to the install command, i.e. `brew install <formula>` will use a bottled version of the formula, but `brew install --enable-bar <formula>` will trigger a source build.
* The `--build-from-source` option is invoked. * The `--build-from-source` option is invoked.
* No bottle is available for the machine's currently running OS version. (Bottles for macOS are generated only for supported macOS versions.) * No bottle is available for the machine's currently running OS version. (Bottles for macOS are generated only for supported macOS versions.)
* Homebrew is installed to a prefix other than the default (although some bottles support this). * Homebrew is installed to a prefix other than the default (although some bottles support this).
* Formula options were passed to the install command. For example, `brew install <formula>` will try to find a bottled binary, but `brew install --with-foo <formula>` will trigger a source build.
We aim to bottle everything. We aim to bottle everything.