From 8088f6c17b7ab7cdd8f46d3422ae080f844dbaf0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 18 Mar 2012 16:02:31 -0500 Subject: Document `brew tap` and `brew untap` Signed-off-by: Jack Nagel --- Library/Contributions/manpages/brew.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library') 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` : Search for on the MacPorts or Fink package search page. + * `tap` []: + Tap a new formula repository from GitHub, or list existing taps. + + is of the form /, e.g. `brew tap homebrew/dupes`. + * `test` : A few formulae provide a test method. `brew test ` 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 from the Homebrew prefix. This can be useful for temporarily disabling a formula: `brew unlink foo && commands && brew link foo`. + * `untap` : + Remove a tapped repository. + * `update [--rebase]`: Fetch the newest version of Homebrew and all formulae from GitHub using `git`(1). -- cgit v1.2.3