diff options
| author | Jack Nagel | 2012-03-18 16:02:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-03-18 16:04:05 -0500 |
| commit | 8088f6c17b7ab7cdd8f46d3422ae080f844dbaf0 (patch) | |
| tree | 65fdc59ef1ca39197af46f5679ab6eeffa6ef83c /Library/Contributions | |
| parent | 2852b2836da3d8e395a88397c8cf29f72cf03817 (diff) | |
| download | brew-8088f6c17b7ab7cdd8f46d3422ae080f844dbaf0.tar.bz2 | |
Document `brew tap` and `brew untap`
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index b96f03b76..e7c63285d 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -247,6 +247,11 @@ For the full command list, see the COMMANDS section. * `search --macports`|`--fink` <text>: Search for <text> on the MacPorts or Fink package search page. + * `tap` [<tap>]: + Tap a new formula repository from GitHub, or list existing taps. + + <tap> is of the form <user>/<repo>, e.g. `brew tap homebrew/dupes`. + * `test` <formula>: A few formulae provide a test method. `brew test <formula>` runs this test method. There is no standard output or return code, but it should @@ -259,6 +264,9 @@ For the full command list, see the COMMANDS section. Unsymlink <formula> from the Homebrew prefix. This can be useful for temporarily disabling a formula: `brew unlink foo && commands && brew link foo`. + * `untap` <tap>: + Remove a tapped repository. + * `update [--rebase]`: Fetch the newest version of Homebrew and all formulae from GitHub using `git`(1). |
