brew: expand description for brew update
(#1427)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
fd53de30aa
commit
cfd1acc3d8
@@ -14,14 +14,18 @@
|
|||||||
|
|
||||||
`brew list`
|
`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}}`
|
`brew upgrade {{formula}}`
|
||||||
|
|
||||||
- Update brew itself:
|
- Fetch the newest version of Linuxbrew and all formulae from GitHub:
|
||||||
|
|
||||||
`brew update`
|
`brew update`
|
||||||
|
|
||||||
|
- Show formulae that have an updated version available:
|
||||||
|
|
||||||
|
`brew outdated`
|
||||||
|
|
||||||
- Display information about a formula (version, installation path, dependencies, etc.):
|
- Display information about a formula (version, installation path, dependencies, etc.):
|
||||||
|
|
||||||
`brew info {{formula}}`
|
`brew info {{formula}}`
|
||||||
|
@@ -14,14 +14,18 @@
|
|||||||
|
|
||||||
`brew list`
|
`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}}`
|
`brew upgrade {{formula}}`
|
||||||
|
|
||||||
- Update brew itself:
|
- Fetch the newest version of Homebrew and all formulae from GitHub:
|
||||||
|
|
||||||
`brew update`
|
`brew update`
|
||||||
|
|
||||||
|
- Show formulae that have an updated version available:
|
||||||
|
|
||||||
|
`brew outdated`
|
||||||
|
|
||||||
- Display information about a formula (version, installation path, dependencies, etc.):
|
- Display information about a formula (version, installation path, dependencies, etc.):
|
||||||
|
|
||||||
`brew info {{formula}}`
|
`brew info {{formula}}`
|
||||||
|
Reference in New Issue
Block a user