aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2009-06-18 10:32:53 +0100
committerMax Howell2009-06-18 10:34:54 +0100
commit2097730e406e651da5645ceef8bc0dc25f12799d (patch)
treeba2005bcff6fe2fd4cdfbb67588a44817e9e6178
parent6e9a56402181cd23ac085e923a7a46bf4f502850 (diff)
downloadbrew-2097730e406e651da5645ceef8bc0dc25f12799d.tar.bz2
Improved documentation
-rw-r--r--README6
-rwxr-xr-xbin/brew3
2 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index a6d025695..21f965b63 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 099e6c466..a944d631b 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 ...