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/Installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/Installation.md') diff --git a/docs/Installation.md b/docs/Installation.md index 6eb222714..b301eab6a 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -31,10 +31,12 @@ not build when installed elsewhere. One of the reasons Homebrew just works relative to the competition is **because** we recommend installing to `/usr/local`. *Pick another prefix at your peril!* -`mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew` +```sh +mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew +``` ### Multiple installations -Create a Homebrew installation wherever you extract the tarball. Whichever brew command is called is where the packages will be installed. You can use this as you see fit, e.g. a system set of libs in `/usr/local` and tweaked formulae for development in `~/homebrew`. +Create a Homebrew installation wherever you extract the tarball. Whichever `brew` command is called is where the packages will be installed. You can use this as you see fit, e.g. a system set of libs in `/usr/local` and tweaked formulae for development in `~/homebrew`. ## Uninstallation Uninstallation is documented in the [FAQ](FAQ.md). -- cgit v1.2.3