mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

- If the user doesn't have `HOMEBREW_DEVELOPER` or `HOMEBREW_NO_INSTALL_FROM_API` set but does have `homebrew/core` or `homebrew/cask` taps installed this can cause problems with installing outdated software. - Hence, warn them in `brew doctor` if they have either of these taps installed, with instructions on how to remove them.
Library
This directory contains all the code run by the official brew
command in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.