mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 09:35:33 +02:00
scoop: improve example to update all packages (#9508)
This commit is contained in:
parent
0ffeddaec4
commit
e3808a5850
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Update all installed packages:
|
||||
|
||||
`scoop update *`
|
||||
`scoop update --all`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
|
@ -29,4 +29,4 @@
|
|||
|
||||
- Remove old versions of all packages and clear the download cache:
|
||||
|
||||
`scoop cleanup -k *`
|
||||
`scoop cleanup --cache --all`
|
||||
|
|
Loading…
Add table
Reference in a new issue