diff options
| author | Zhiming Wang | 2015-11-26 16:09:52 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-11-27 08:17:42 +0000 |
| commit | 30d8084643c3524f2c3c4de884c3c5c0c81b95f7 (patch) | |
| tree | 161901780025f0379e12d503a9aa208b81c71443 | |
| parent | 1e96ec1bde539556e6e959ecf4779d8d2e804539 (diff) | |
| download | brew-30d8084643c3524f2c3c4de884c3c5c0c81b95f7.tar.bz2 | |
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 <mike@mikemcquaid.com>
| -rw-r--r-- | share/doc/homebrew/External-Commands.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/share/doc/homebrew/External-Commands.md b/share/doc/homebrew/External-Commands.md index 4166300cf..2247c010d 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: <https://github.com/sportngin/brew-gem> > |
