Skip to content
Snippets Groups Projects
Commit 7557cc16 authored by Vítor Galvão's avatar Vítor Galvão Committed by Jack Nagel
Browse files

Removed extraneous backtick in FAQ


It was causing a command to not display correctly.

Closes Homebrew/homebrew#33686.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent a56ddb9e
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ following conditions:
* Options were passed to the install command i.e. `brew install $FORMULA`
will use a bottled version of $FORMULA, but
`brew install `$FORMULA —enable-bar` will trigger a source build.
`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.7+ as all bottled builds are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment