diff options
| author | Mike McQuaid | 2017-03-26 12:55:46 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-26 12:55:46 +0100 |
| commit | a34f7277deda844a680f7c4726e46fd9c1bc8bbf (patch) | |
| tree | 97662357e8610c406314dfa770380d76b451dd04 /docs/Installation.md | |
| parent | 422afa0b49bae84e707cb3f66faf2da32cb4c462 (diff) | |
| parent | dc7f74210a3d03d829cd459bf3171129f3e2f60d (diff) | |
| download | brew-a34f7277deda844a680f7c4726e46fd9c1bc8bbf.tar.bz2 | |
Merge pull request #2394 from EricFromCanada/master
docs: code example reformatting
Diffstat (limited to 'docs/Installation.md')
| -rw-r--r-- | docs/Installation.md | 6 |
1 files changed, 4 insertions, 2 deletions
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). |
