diff --git a/docs/Taps.md b/docs/Taps.md index 114a168ba8..d2c3579e43 100644 --- a/docs/Taps.md +++ b/docs/Taps.md @@ -31,8 +31,7 @@ but the command isn't limited to any one location. * `brew tap / ` makes a clone of the repository at _URL_. Unlike the one-argument version, _URL_ is not assumed to be GitHub, and it doesn't have to be HTTP. Any location and any protocol that Git can handle is - fine, although non-GitHub taps require running `brew tap --force-auto-update /` - to enable automatic updating. + fine. * `brew tap --repair` migrates tapped formulae from a symlink-based to directory-based structure. (This should only need to be run once.)