mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Improved documentation
This commit is contained in:
parent
6e9a564021
commit
2097730e40
6
README
6
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
|
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.
|
||||||
|
|
||||||
|
3
bin/brew
3
bin/brew
@ -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 ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user