Merge pull request #19895 from alex391/remove-refrence-to-force-auto-update-from-docs

Remove the sentence referencing --force-auto-update from the documentation
This commit is contained in:
Patrick Linnane 2025-05-05 17:03:09 +00:00 committed by GitHub
commit d301f5ff7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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_.
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 <user>/<repo>`
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.)