mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 06:16:53 +03:00
8ce4c60a44
Update references to 'OS X' to 'macOS'.
599 B
599 B
brew
Package manager for macOS.
- Search for available formulas:
brew search {{text}}
- Install the latest stable version of a formula (use
--devel
for development versions):
brew install {{formula}}
- List all installed formulae:
brew list
- Update an installed formula (passing no formula updates all installed formulae):
brew upgrade {{formula}}
- Update brew itself:
brew update
- Display information about a formula (version, installation path, dependencies, etc.):
brew info {{formula}}
- Check your Homebrew installation for potential problems:
brew doctor