brew/README.md

55 lines
1.6 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
---------------------------
[This script][gist] will prompt for confirmation before it does anything:
2011-06-13 09:35:40 -07:00
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
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 one-liner!
-------------------------------
Okay then, but please note this installs Homebrew as root and
[we recommend against that][sudo].
curl -LsSf https://github.com/mxcl/homebrew/tarball/master | sudo /usr/bin/tar xvz -C/usr/local --strip 1
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.
More Documentation
==================
The [wiki][] is your friend.
Who Are You?
============
I'm [Max Howell][mxcl] and I'm a splendid chap.
[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
[install]:http://wiki.github.com/mxcl/homebrew/installation
[sudo]:http://wiki.github.com/mxcl/homebrew/installation#sudo
[wiki]:http://wiki.github.com/mxcl/homebrew
[mxcl]:http://twitter.com/mxcl
2010-10-21 09:34:54 -07:00
[browse-formulae]:http://github.com/mxcl/homebrew/tree/master/Library/Formula/