Skip to content

Commit ca61786

Browse files
author
Alex
committed
New locaiton for Homebrew install
I got a message from the Homebrew installer, thought I'd submit a pull request to update that: homeslice:~ ax$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)" Whoops, the Homebrew installer has moved! Please instead run: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Also, please ask wherever you got this link from to update it to the above. Thanks!
1 parent 1afe979 commit ca61786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Once you reach the downloads page, search for "command line tools", and download
8383

8484
Finally, we can install Hombrew! In the terminal paste the following line (without the `$`), hit **Enter**, and follow the steps on the screen:
8585

86-
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
86+
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
8787

8888
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:
8989

0 commit comments

Comments
 (0)