2009-05-21 00:04:11 +01:00
|
|
|
Homebrew
|
|
|
|
========
|
2010-03-06 15:31:37 +00:00
|
|
|
Homebrew helps you install the UNIX tools that didn't come with OS X.
|
2009-05-21 00:04:11 +01:00
|
|
|
|
|
|
|
|
2010-03-06 15:31:37 +00:00
|
|
|
Quick Install
|
|
|
|
-------------
|
2010-03-08 23:28:33 +00:00
|
|
|
Install [Xcode][] and then run this script: <http://gist.github.com/323731>
|
2009-05-21 00:04:11 +01:00
|
|
|
|
2010-03-06 15:31:37 +00:00
|
|
|
If you want to install Homebrew somewhere other than /usr/local see the
|
|
|
|
[installation instructions][install].
|
2009-05-21 00:04:11 +01:00
|
|
|
|
2009-07-22 02:38:08 +01:00
|
|
|
|
2010-03-06 15:31:37 +00:00
|
|
|
Look dude, I know what I'm doing!
|
|
|
|
---------------------------------
|
|
|
|
Alright then… as long as you're sure:
|
2009-07-22 02:38:08 +01:00
|
|
|
|
2009-10-09 03:25:49 +01:00
|
|
|
cd /usr/local
|
2010-03-06 15:31:37 +00:00
|
|
|
sudo chown -R $USER .
|
2010-03-11 13:49:18 +00:00
|
|
|
curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1
|
2009-09-02 14:41:36 +01:00
|
|
|
|
2009-10-15 09:09:01 +01:00
|
|
|
|
2010-03-08 23:28:33 +00:00
|
|
|
Example Usage
|
|
|
|
-------------
|
|
|
|
There's an overview on the [homepage][].
|
|
|
|
|
|
|
|
|
2010-03-06 15:31:37 +00:00
|
|
|
The Wiki
|
|
|
|
--------
|
|
|
|
The [wiki][] can answer your remaining questions.
|
2009-05-21 00:04:11 +01:00
|
|
|
|
2009-08-31 16:01:36 +01:00
|
|
|
|
2010-03-06 15:31:37 +00:00
|
|
|
Who Are You?
|
|
|
|
------------
|
|
|
|
I'm [Max Howell][mxcl] and I'm a splendid chap.
|
2009-08-31 16:01:36 +01:00
|
|
|
|
2009-10-15 09:09:01 +01:00
|
|
|
|
2009-12-05 13:33:22 +00:00
|
|
|
[wiki]:http://wiki.github.com/mxcl/homebrew
|
2010-03-06 15:31:37 +00:00
|
|
|
[install]:http://wiki.github.com/mxcl/homebrew/Installation
|
2010-03-08 23:28:33 +00:00
|
|
|
[Xcode]:http://developer.apple.com/technology/xcode.html
|
2010-03-06 15:31:37 +00:00
|
|
|
[mxcl]:http://twitter.com/mxcl
|
2010-03-08 23:28:33 +00:00
|
|
|
[homepage]:http://mxcl.github.com/homebrew
|