From ffe9b523c7052311d12a75189625cd1996ac3501 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 7 Oct 2020 22:34:27 +0200 Subject: [PATCH] scoop: add cleanup example (#4531) --- pages/windows/scoop.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/windows/scoop.md b/pages/windows/scoop.md index 3642d2f8a5..3c0d9cfc64 100644 --- a/pages/windows/scoop.md +++ b/pages/windows/scoop.md @@ -27,10 +27,6 @@ `scoop search {{package}}` -- List all known buckets (a bucket is an application repository): +- Remove old versions of all packages and clear the download cache: -`scoop bucket known` - -- Add a bucket by its alias or a Git repository URL: - -`scoop bucket add {{bucket}}` +`scoop cleanup -k *`