mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 22:38:23 +01:00
brew: add cleanup example
This commit is contained in:
parent
e75348ed4f
commit
a92f5cba4a
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
|
||||
`brew update`
|
||||
|
||||
- Remove old versions of installed formulae. If no formula name is given, all installed formulae are processed (use `-n` for dry run):
|
||||
|
||||
`brew cleanup {{formula}}`
|
||||
|
||||
- Show formulae that have a more recent version available:
|
||||
|
||||
`brew outdated`
|
||||
|
|
Loading…
Reference in a new issue