aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 87ad38181753c4a6d1fab7e8f322a769dc4b4b08 (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
Homebrew
========
Features and usage are [summarized on the homepage][homepage].


Quick Install to /usr/local
---------------------------
Run <http://gist.github.com/323731> and afterwards, [install Xcode][xcode].


Umm… I thought I could install it anywhere?
-------------------------------------------
Indeed, you can. Please read our [complete installation instructions][install].


Dude! Just give me a three-liner!
--------------------------------------
Alright then… as long as you know what you are doing:

    cd /usr/local
    sudo chown -R $USER .
    curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1


More Documentation
==================
The [wiki][] is your friend.


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