Improved documentation

This commit is contained in:
Max Howell 2009-06-18 10:32:53 +01:00
parent 6e9a564021
commit 2097730e40
2 changed files with 8 additions and 1 deletions

6
README
View File

@ -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 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. 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 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. may require may be installed separately. We have functions to help with that.

View File

@ -164,9 +164,10 @@ def usage
<<-EOS <<-EOS
Usage: #{name} command [formula] ... Usage: #{name} command [formula] ...
Usage: #{name} [--prefix] [--cache] [--version] Usage: #{name} [--prefix] [--cache] [--version]
Usage: #{name} [--verbose]
Commands: Commands:
install formula ... install formula ... [--debug] [--interactive]
rm formula ... rm formula ...
list formula ... list formula ...
ln formula ... ln formula ...