brew/README.md

39 lines
1018 B
Markdown
Raw Normal View History

Homebrew
========
Features and usage are [summarized on the homepage][homepage].
2010-03-13 01:07:31 +00:00
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. Refer to our [complete installation instructions][install].
Dude! Just give me a two-liner!
-------------------------------
Alright then… as long as you know what you are doing:
sudo chown -R $USER /usr/local
curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xvz -C/usr/local --strip 1
More Documentation
==================
The [wiki][] is your friend.
Who Are You?
============
I'm [Max Howell][mxcl] and I'm a splendid chap.
2009-12-05 13:33:22 +00:00
[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