From dc7f74210a3d03d829cd459bf3171129f3e2f60d Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Sat, 25 Mar 2017 22:53:33 -0400 Subject: docs: code example reformatting Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables --- docs/Bottles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Bottles.md') 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 ` and then bottling it with `brew bottle `. 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 `. If you wish to disable this you can do so by specifying `--build-from-source`. -- cgit v1.2.3