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: >