mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 18:55:41 +02:00
brew: avoid update/upgrade confusion
This commit is contained in:
parent
7faabae907
commit
d68814d502
1 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@
|
||||||
|
|
||||||
`brew list`
|
`brew list`
|
||||||
|
|
||||||
- Update an installed formula (if no formula name is given, all installed formulae are updated):
|
- Upgrade an installed formula (if no formula name is given, all installed formulae are upgraded):
|
||||||
|
|
||||||
`brew upgrade {{formula}}`
|
`brew upgrade {{formula}}`
|
||||||
|
|
||||||
- Fetch the newest version of Linuxbrew and all formulae from GitHub:
|
- Fetch the newest version of Linuxbrew and of all formulae from GitHub:
|
||||||
|
|
||||||
`brew update`
|
`brew update`
|
||||||
|
|
||||||
|
@ -30,6 +30,6 @@
|
||||||
|
|
||||||
`brew info {{formula}}`
|
`brew info {{formula}}`
|
||||||
|
|
||||||
- Check your Linuxbrew installation for potential problems:
|
- Check the local Linuxbrew installation for potential problems:
|
||||||
|
|
||||||
`brew doctor`
|
`brew doctor`
|
||||||
|
|
Loading…
Add table
Reference in a new issue