1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 20:15:24 +02:00

brew: expand description for brew update (#1427)

This commit is contained in:
Vivek Krishnakumar 2017-08-23 05:05:50 -04:00 committed by Starbeamrainbowlabs
parent fd53de30aa
commit cfd1acc3d8
2 changed files with 12 additions and 4 deletions

View file

@ -14,14 +14,18 @@
`brew list`
- Update an installed formula (passing no formula updates all installed formulae):
- Update an installed formula (passing no `{{formula}}` updates all installed formulae):
`brew upgrade {{formula}}`
- Update brew itself:
- Fetch the newest version of Linuxbrew and all formulae from GitHub:
`brew update`
- Show formulae that have an updated version available:
`brew outdated`
- Display information about a formula (version, installation path, dependencies, etc.):
`brew info {{formula}}`

View file

@ -14,14 +14,18 @@
`brew list`
- Update an installed formula (passing no formula updates all installed formulae):
- Update an installed formula (passing no `{{formula}}` updates all installed formulae):
`brew upgrade {{formula}}`
- Update brew itself:
- Fetch the newest version of Homebrew and all formulae from GitHub:
`brew update`
- Show formulae that have an updated version available:
`brew outdated`
- Display information about a formula (version, installation path, dependencies, etc.):
`brew info {{formula}}`