aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bottles.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Bottles.md')
-rw-r--r--docs/Bottles.md2
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`.