From b80c8f78fc49cfebb098d1d6b2b97b05a31e1038 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Tue, 28 Jun 2022 03:22:32 +0800 Subject: [PATCH] extra bucket is not required anymore --- docs/docs/installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index d89f52dd..20b20d56 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -42,11 +42,10 @@ This installation method is community owned. ### Scoop -If you're on Windows and have [Scoop][scoop] installed, use `extras` bucket -to install Task like: +If you're on Windows and have [Scoop][scoop] installed, getting +Task is as simple as running: ```cmd -scoop bucket add extras scoop install task ```