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`
|
||||
|
||||
- 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}}`
|
||||
|
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user