diff --git a/docs/README.md b/docs/README.md index 10d69bae..acb4a6a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,8 +28,8 @@ guide to check the full schema documentation and Task features. ## Features - [Easy installation](installation.md): just download a single binary, add to - $PATH and you're done! Or you can also install using [Homebrew][homebrew] or - [Snapcraft][snapcraft] if you want; + $PATH and you're done! Or you can also install using [Homebrew][homebrew], + [Snapcraft][snapcraft], or [Scoop][scoop] if you want; - Available on CIs: by adding [this simple command](installation.md#install-script) to install on your CI script and you're done to use Task as part of your CI pipeline; - Truly cross-platform: while most build tools only work well on Linux or macOS, @@ -43,4 +43,5 @@ guide to check the full schema documentation and Task features. [yaml]: http://yaml.org/ [homebrew]: https://brew.sh/ [snapcraft]: https://snapcraft.io/ +[scoop]: https://scoop.sh/ [sh]: https://mvdan.cc/sh diff --git a/docs/installation.md b/docs/installation.md index 856f8f41..c036061e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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/