From 206f3239d6d41208d8c78d2b7479762d2b1d0793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radu=20Lucu=C8=9B?= Date: Fri, 16 Aug 2024 19:06:10 +0300 Subject: [PATCH] fix: update scoop installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3e181..38912a5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ brew install cleed #### Windows - Scoop ```bash -scoop bucket add cleed +scoop bucket add cleed https://github.com/radulucut/scoop-cleed scoop install cleed ```