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

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`