brew: avoid update/upgrade confusion

This commit is contained in:
Waldir Pimenta 2019-01-07 23:40:50 +00:00 committed by Owen Voke
parent 7faabae907
commit d68814d502

View File

@ -14,11 +14,11 @@
`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}}`
- 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`
@ -30,6 +30,6 @@
`brew info {{formula}}`
- Check your Linuxbrew installation for potential problems:
- Check the local Linuxbrew installation for potential problems:
`brew doctor`