diff options
| author | Mike McQuaid | 2015-01-27 11:20:21 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-27 11:20:21 +0000 | 
| commit | e0cf9cbe864a5ee4c697314bc5107aeb8d80c623 (patch) | |
| tree | 4d828e0826e1399f2b4343ff1ac51ec333e68f45 | |
| parent | 31449bc697cd1fc3daba0a1979e8d4cff6916472 (diff) | |
| download | homebrew-e0cf9cbe864a5ee4c697314bc5107aeb8d80c623.tar.bz2 | |
Add brewdler tap to documentation.
| -rw-r--r-- | share/doc/homebrew/Interesting-Taps-&-Branches.md | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/share/doc/homebrew/Interesting-Taps-&-Branches.md b/share/doc/homebrew/Interesting-Taps-&-Branches.md index f70d853cb..93da5015b 100644 --- a/share/doc/homebrew/Interesting-Taps-&-Branches.md +++ b/share/doc/homebrew/Interesting-Taps-&-Branches.md @@ -41,11 +41,14 @@ Homebrew has the capability to add (and remove) multiple taps to your local inst      - Formula are not deleted, they are moved here.  *   [homebrew/nginx](https://github.com/Homebrew/homebrew-nginx) -    - Feature rich Nginx tap for modules +    - Feature rich Nginx tap for modules.  *   [homebrew/binary](https://github.com/Homebrew/homebrew-binary)      - Precompiled binary formulae. +*   [homebrew/brewdler](https://github.com/Homebrew/homebrew-brewdler) +    - A Bundler-equivalent for installing project dependencies from Homebrew. +  `brew search` looks in these main taps and as well in [Homebrew/homebrew](https://github.com/Homebrew/homebrew). So don't worry about missing stuff. We will add other taps to the search as they become well maintained and popular. | 
