mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 02:55:46 +02:00
brew: expand description for brew update
(#1427)
This commit is contained in:
parent
fd53de30aa
commit
cfd1acc3d8
2 changed files with 12 additions and 4 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue