Add Scoop

Task is now available on Scoop for Windows users.
https://github.com/lukesampson/scoop-extras/pull/1485
This commit is contained in:
lambdalisue
2018-12-06 22:21:03 +09:00
parent a9b1f38a7c
commit 780bd08490
2 changed files with 14 additions and 2 deletions

View File

@@ -25,6 +25,16 @@ right:
sudo snap install task
```
## Scoop
If you're on Windows and have [Scoop][scoop] installed, use `extras` bucket
to install Task like:
```cmd
scoop bucket add extras
scoop install task
```
## Go
Task now uses [Go Modules](https://github.com/golang/go/wiki/Modules), which
@@ -74,3 +84,4 @@ curl -s https://taskfile.org/install.sh | sh
[installscript]: https://github.com/go-task/task/blob/master/install-task.sh
[releases]: https://github.com/go-task/task/releases
[godownloader]: https://github.com/goreleaser/godownloader
[scoop]: https://scoop.sh/