brew: make a common page for macOS, Linux and Windows (#5693)

This commit is contained in:
Nicolas Kosinski
2021-04-10 21:22:20 +02:00
committed by GitHub
parent 00f46c3dc0
commit b4744ecf21
3 changed files with 36 additions and 71 deletions

View File

@@ -1,35 +0,0 @@
# brew
> The Homebrew package manager for Linux.
- 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`
- Upgrade an installed formula (if no formula name is given, all installed formulae are upgraded):
`brew upgrade {{formula}}`
- Fetch the newest version of Linuxbrew and of all formulae from GitHub:
`brew update`
- Show formulae that have a more recent version available:
`brew outdated`
- Display information about a formula (version, installation path, dependencies, etc.):
`brew info {{formula}}`
- Check the local Linuxbrew installation for potential problems:
`brew doctor`