diff --git a/README b/README index a6d025695d473b39caeb44b66f08b78726b229e7..21f965b63ea87cf48d7994a1e0e3790ba2f065f4 100644 --- a/README +++ b/README @@ -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. diff --git a/bin/brew b/bin/brew index 099e6c466a6052bb65808db788a74cf1bca981d9..a944d631ba86296710d8a5fed35f620c36b1805e 100755 --- a/bin/brew +++ b/bin/brew @@ -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 ...