From 30d8084643c3524f2c3c4de884c3c5c0c81b95f7 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 26 Nov 2015 16:09:52 -0800 Subject: [PATCH] External-Commands: remove brew-any-tap, brew-desc. The functionality of both external commands have been merged into core (#40326 and Homebrew/homebrew#39911). Closes Homebrew/homebrew#46412. Signed-off-by: Mike McQuaid --- share/doc/homebrew/External-Commands.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/share/doc/homebrew/External-Commands.md b/share/doc/homebrew/External-Commands.md index 4166300cf0..2247c010d7 100644 --- a/share/doc/homebrew/External-Commands.md +++ b/share/doc/homebrew/External-Commands.md @@ -64,19 +64,6 @@ These commands have been contributed by Homebrew users but are not included in t > $ brew tap youtux/livecheck > ``` -### 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. @@ -89,14 +76,6 @@ These commands have been contributed by Homebrew users but are not included in t $ brew install brew-cask > ``` -### brew-desc ->Get short descriptions for Homebrew formulae or search formulae by description: [https://github.com/telemachus/brew-desc](https://github.com/telemachus/homebrew-desc) - ->You can install manually or using `brew tap`: -> ``` -> $ brew tap telemachus/desc -> ``` - ### brew-gem >Install any gem package into a self-contained Homebrew cellar location: >