brew/README.md

40 lines
1.0 KiB
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. 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 .
2010-03-11 13:49:18 +00:00
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.
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