diff --git a/docs/installation.md b/docs/installation.md index 1f9cbfbd..eb428516 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -25,6 +25,18 @@ right: sudo snap install task --classic ``` +#### **Chocolatey** + +If you're on Windows and have [Chocolatey][choco] installed, getting +Task is as simple as running: + +```bash +choco install go-task +``` + +This installation method is community owned. + + #### **Scoop** If you're on Windows and have [Scoop][scoop] installed, use `extras` bucket @@ -150,4 +162,5 @@ env GO111MODULE=on go get -u github.com/go-task/task/v3/cmd/task@latest [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 +[choco]: https://chocolatey.org/ [scoop]: https://scoop.sh/