blob: 4063edf85abc66bac3ad2b1f6df780f15cfd388c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
 | Homebrew
========
Homebrew helps you install the UNIX tools that didn't come with OS X.
Quick Install
-------------
Install [Xcode][] and then run this script: <http://gist.github.com/323731>
If you want to install Homebrew somewhere other than /usr/local see the
[installation instructions][install].
Look dude, I know what I'm doing!
---------------------------------
Alright then… as long as you're sure:
    cd /usr/local
    sudo chown -R $USER .
    curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1
Example Usage
-------------
There's an overview on the [homepage][].
The Wiki
--------
The [wiki][] can answer your remaining questions.
Who Are You?
------------
I'm [Max Howell][mxcl] and I'm a splendid chap.
[wiki]:http://wiki.github.com/mxcl/homebrew
[install]:http://wiki.github.com/mxcl/homebrew/Installation
[Xcode]:http://developer.apple.com/technology/xcode.html
[mxcl]:http://twitter.com/mxcl
[homepage]:http://mxcl.github.com/homebrew
 |