diff options
| author | EricFromCanada | 2017-03-25 22:53:33 -0400 |
|---|---|---|
| committer | EricFromCanada | 2017-03-25 22:53:33 -0400 |
| commit | dc7f74210a3d03d829cd459bf3171129f3e2f60d (patch) | |
| tree | 97662357e8610c406314dfa770380d76b451dd04 /docs/Bottles.md | |
| parent | 59fab56afdf6129c37ff30eb842bf7bff41348e0 (diff) | |
| download | brew-dc7f74210a3d03d829cd459bf3171129f3e2f60d.tar.bz2 | |
docs: code example reformatting
Add labeled fences to most code blocks, monospace terms where
appropriate, omit "$" when referring to variables
Diffstat (limited to 'docs/Bottles.md')
| -rw-r--r-- | docs/Bottles.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bottles.md b/docs/Bottles.md index 983fbc537..426b9e91c 100644 --- a/docs/Bottles.md +++ b/docs/Bottles.md @@ -1,6 +1,6 @@ # Bottles (binary packages) -Bottles are produced by installing a formula with `brew install --build-bottle $FORMULA` and then bottling it with `brew bottle $FORMULA`. This outputs the bottle DSL which should be inserted into the formula file. +Bottles are produced by installing a formula with `brew install --build-bottle <formula>` and then bottling it with `brew bottle <formula>`. This outputs the bottle DSL which should be inserted into the formula file. ## Usage If a bottle is available and usable it will be downloaded and poured automatically when you `brew install <formula>`. If you wish to disable this you can do so by specifying `--build-from-source`. |
