diff options
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: | 
