Update homebrew install script url
Home homebrew install Gist (https://raw.github.com/gist/323731) has been removed. New link (https://raw.github.com/mxcl/homebrew/go) taken from official website (http://mxcl.github.com/homebrew/)
This commit is contained in:
parent
2e0bd87b8d
commit
6a60a42eb9
@ -77,7 +77,7 @@ Please install fonts from fonts/ directory. These are used to give a really nice
|
|||||||
Homebrew is _the missing package manager for OSX_. To install:
|
Homebrew is _the missing package manager for OSX_. To install:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
|
/usr/bin/ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go)
|
||||||
```
|
```
|
||||||
|
|
||||||
With homebrew installed, install some packages:
|
With homebrew installed, install some packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user