1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

Merge pull request #790 from Trim21/patch-2

docs: scoop extra bucket is not required anymore
This commit is contained in:
Andrey Nering 2022-06-27 17:51:17 -03:00 committed by GitHub
commit e39006b511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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