Skip to content
Snippets Groups Projects
Commit 2097730e authored by Max Howell's avatar Max Howell
Browse files

Improved documentation

parent 6e9a5640
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,12 @@ Relative to every other stupid packaging system ever, this is trivial. Just
fork it at: http://github.com/mxcl/homebrew and create a new recipe. Then ask
me to pull. Using git made all this so much easier.
To make a new package use brew mk:
brew mk http://foo.org/foobar-1.2.1.tar.bz2
This will either open TextMate or print the location of the generated stub.
HomeBrew is not an Autarky so any dependencies outside of OS X that a package
may require may be installed separately. We have functions to help with that.
......
......@@ -164,9 +164,10 @@ def usage
<<-EOS
Usage: #{name} command [formula] ...
Usage: #{name} [--prefix] [--cache] [--version]
Usage: #{name} [--verbose]
Commands:
install formula ...
install formula ... [--debug] [--interactive]
rm formula ...
list formula ...
ln formula ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment