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
|
|
|
|
2011-06-13 09:35:40 -07:00
|
|
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
|
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
|
|
|
|
2011-02-12 15:48:19 -05:00
|
|
|
curl -LsSf https://github.com/mxcl/homebrew/tarball/master | sudo /usr/bin/tar xvz -C/usr/local --strip 1
|
2009-09-02 14:41:36 +01:00
|
|
|
|
2009-10-15 09:09:01 +01:00
|
|
|
|
2010-10-21 09:34:54 -07:00
|
|
|
But what packages are available?
|
|
|
|
--------------------------------
|
|
|
|
Before installing you can
|
|
|
|
[browse the Formula folder on GitHub][browse-formulae].
|
|
|
|
|
|
|
|
After installing, you can use `brew search` to find packages or `brew server`
|
|
|
|
to browse packages off of a local web server.
|
|
|
|
|
|
|
|
|
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
|
2010-10-21 09:34:54 -07:00
|
|
|
[browse-formulae]:http://github.com/mxcl/homebrew/tree/master/Library/Formula/
|