Remove the sentence referencing --force-auto-update

Because it was removed in 9ac3182
This commit is contained in:
Alex Leute 2025-05-04 23:49:02 -04:00
parent 7617ac135f
commit 1add568a6f
No known key found for this signature in database

View File

@ -31,8 +31,7 @@ but the command isn't limited to any one location.
* `brew tap <user>/<repo> <URL>` makes a clone of the repository at _URL_. * `brew tap <user>/<repo> <URL>` makes a clone of the repository at _URL_.
Unlike the one-argument version, _URL_ is not assumed to be GitHub, and it 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 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 <user>/<repo>` fine.
to enable automatic updating.
* `brew tap --repair` migrates tapped formulae from a symlink-based to * `brew tap --repair` migrates tapped formulae from a symlink-based to
directory-based structure. (This should only need to be run once.) directory-based structure. (This should only need to be run once.)