diff options
| author | Mike McQuaid | 2017-01-04 10:53:21 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-01-04 10:53:21 +0000 | 
| commit | 127e9def5084063cf33e8acb26a970556ef51148 (patch) | |
| tree | 7d46e96e7730cd6c00dfa756699ba838931a7854 /docs/Installation.md | |
| parent | fc11f633b29e6a2c9c4d49d5fd5452549b328193 (diff) | |
| download | brew-127e9def5084063cf33e8acb26a970556ef51148.tar.bz2 | |
Cleanup documentation site
GitHub now nicely generates a documentation site for us at
http://brew.sh/brew based on our docs folder. Optimise the output of
this and the GitHub docs directory for readability and the various user
groupings.
Diffstat (limited to 'docs/Installation.md')
| -rw-r--r-- | docs/Installation.md | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/docs/Installation.md b/docs/Installation.md index 15ea71b08..ff5649a72 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -3,7 +3,7 @@ The suggested and easiest way to install Homebrew is on the  [homepage](http://brew.sh).  The standard script installs Homebrew to `/usr/local` so that -[you don’t need sudo](FAQ.md#why-does-homebrew-say-sudo-is-bad-) when you +[you don’t need sudo](FAQ.md) when you  `brew install`. It is a careful script, it can be run even if you have stuff  installed to `/usr/local` already. It tells you exactly what it will do before  it does it too. And you have to confirm everything it will do before it starts. @@ -12,11 +12,12 @@ it does it too. And you have to confirm everything it will do before it starts.  * An Intel CPU <sup>[1](#1)</sup>  * OS X 10.10 or higher <sup>[2](#2)</sup>  * Command Line Tools (CLT) for Xcode: `xcode-select --install`, -  https://developer.apple.com/downloads or +  [developer.apple.com/downloads](https://developer.apple.com/downloads) or    [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup>  * A Bourne-compatible shell for installation (e.g. bash or zsh) <sup>[4](#4)</sup>  ## Alternative Installs +  ### Untar anywhere  Just extract (or `git clone`) Homebrew wherever you want. Just  avoid: | 
