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:
parent
fd53de30aa
commit
cfd1acc3d8
2 changed files with 12 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue