Restore the remove line, and make it less confusing

This commit is contained in:
Watal M. Iwasaki 2022-07-24 07:53:33 +09:00
parent 975e799969
commit 4e29ed4c17

View File

@ -81,6 +81,7 @@ If available, bottled binaries will be used by default except under the followin
* 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.