From f8b4c3603f0775ef9343d6f5a7403b736a23ff01 Mon Sep 17 00:00:00 2001 From: Peter Aronoff Date: Sun, 30 Nov 2014 16:22:04 -0500 Subject: [PATCH] Add `brew any-tap` to the list of user commands Closes Homebrew/homebrew#34571. Signed-off-by: Mike McQuaid --- share/doc/homebrew/External-Commands.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/share/doc/homebrew/External-Commands.md b/share/doc/homebrew/External-Commands.md index 5ac391db3d..32121c78c9 100644 --- a/share/doc/homebrew/External-Commands.md +++ b/share/doc/homebrew/External-Commands.md @@ -56,6 +56,19 @@ These commands have been contributed by Homebrew users but are not included in t >*NOTE:* They are largely untested, and as always, be careful about running untested code on your machine. +### brew-any-tap + +> Like `brew tap` but works on *any* git repository, whether public or private, on GitHub or not. +> +> Install using (ironically enough) `brew tap`: +> +> ``` +> brew tap telemachus/anytap +> brew install brew-any-tap +> ``` +> +> See the [`README`](https://github.com/telemachus/homebrew-anytap/blob/master/README.md) for further explanation and examples of use. + ### brew-cask >Install .app and other "Drag to install" packages from Homebrew.