1
0
Fork 0
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:
pablomalo 2022-11-15 13:48:48 +01:00 committed by GitHub
parent 0ffeddaec4
commit e3808a5850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`