2009-05-21 00:04:11 +01:00
|
|
|
Homebrew
|
|
|
|
========
|
2010-03-14 14:30:46 +00:00
|
|
|
Features and usage are [summarized on the homepage][homepage].
|
2010-03-13 01:07:31 +00:00
|
|
|
|
|
|
|
|
2010-03-14 14:30:46 +00:00
|
|
|
Quick Install to /usr/local
|
|
|
|
---------------------------
|
2010-06-17 12:39:01 +01:00
|
|
|
[This script][gist] will prompt for confirmation before it does anything:
|
2010-06-15 11:51:34 +01:00
|
|
|
|
2010-06-22 09:47:25 -07:00
|
|
|
ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)"
|
2010-06-15 11:51:34 +01:00
|
|
|
|
|
|
|
Afterwards, [install Xcode][xcode].
|
2010-03-14 14:00:09 +00:00
|
|
|
|
2009-05-21 00:04:11 +01:00
|
|
|
|
2010-03-14 14:00:09 +00:00
|
|
|
Umm… I thought I could install it anywhere?
|
|
|
|
-------------------------------------------
|
2010-03-14 19:11:14 +00:00
|
|
|
Indeed, you can. Refer to our [complete installation instructions][install].
|
2009-05-21 00:04:11 +01:00
|
|
|
|
2009-07-22 02:38:08 +01:00
|
|
|
|
2010-06-17 12:39:01 +01:00
|
|
|
Dude! Just give me a one-liner!
|
2010-03-14 19:11:14 +00:00
|
|
|
-------------------------------
|
2010-06-17 12:39:01 +01:00
|
|
|
Okay then, but please note this installs Homebrew as root and
|
|
|
|
[we recommend against that][sudo].
|
2009-07-22 02:38:08 +01:00
|
|
|
|
2010-06-17 12:39:01 +01:00
|
|
|
curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1
|
2009-09-02 14:41:36 +01:00
|
|
|
|
2009-10-15 09:09:01 +01:00
|
|
|
|
2010-03-14 14:30:46 +00:00
|
|
|
More Documentation
|
|
|
|
==================
|
|
|
|
The [wiki][] is your friend.
|
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?
|
2010-03-14 14:30:46 +00:00
|
|
|
============
|
2010-03-06 15:31:37 +00:00
|
|
|
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
|
|
|
|
2010-06-17 12:39:01 +01:00
|
|
|
[homepage]:http://mxcl.github.com/homebrew
|
|
|
|
[gist]:http://gist.github.com/323731
|
2010-10-13 08:30:46 -07:00
|
|
|
[xcode]:http://developer.apple.com/technologies/xcode.html
|
2010-06-17 12:39:01 +01:00
|
|
|
[install]:http://wiki.github.com/mxcl/homebrew/installation
|
|
|
|
[sudo]:http://wiki.github.com/mxcl/homebrew/installation#sudo
|
|
|
|
[wiki]:http://wiki.github.com/mxcl/homebrew
|
2010-03-06 15:31:37 +00:00
|
|
|
[mxcl]:http://twitter.com/mxcl
|