brew: avoid update/upgrade confusion
This commit is contained in:

committed by
Owen Voke

parent
7faabae907
commit
d68814d502
@@ -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`
|
||||||
|
Reference in New Issue
Block a user