Skip to content

Commit

Permalink
Updated Homebrew installer location
Browse files Browse the repository at this point in the history
  • Loading branch information
falkirks committed Nov 14, 2014
1 parent 49c964f commit 954253a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Homebrew/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 954253a

Please sign in to comment.