diff --git a/Homebrew/README.md b/Homebrew/README.md index e359a35e..69ee3353 100644 --- a/Homebrew/README.md +++ b/Homebrew/README.md @@ -9,7 +9,7 @@ An important dependency before Homebrew can work is the **Command Line Tools** f We can install Hombrew! In the terminal paste the following line (without the `$`), hit **Enter**, and follow the steps on the screen: - $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" + $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" One thing we need to do is tell the system to use programs installed by Hombrew (in `/usr/local/bin`) rather than the OS default if it exists. We do this by adding `/usr/local/bin` to your `$PATH` environment variable: