From 40c644f0065c96b243f3a742351f41be3c2451d9 Mon Sep 17 00:00:00 2001 From: Victor Mattos <5757883+vicmattos@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:39:54 -0300 Subject: [PATCH 1/3] docs: add chocolatey installation method Resolves #683 --- docs/installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 1f9cbfbd..78373804 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -25,6 +25,15 @@ right: sudo snap install task --classic ``` +#### **Chocolatey** + +If you're on Windows and have [Chocolatey][scoop] installed, getting +Task is as simple as running: + +```bash +choco install go-task +``` + #### **Scoop** If you're on Windows and have [Scoop][scoop] installed, use `extras` bucket @@ -150,4 +159,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/ From eb610154773b29bdb063e08607f143491654584d Mon Sep 17 00:00:00 2001 From: Victor Mattos <5757883+vicmattos@users.noreply.github.com> Date: Fri, 18 Mar 2022 17:38:29 -0300 Subject: [PATCH 2/3] fix: reference chocolatey link anchor Co-authored-by: Andrey Nering --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 78373804..fe68b911 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,7 +27,7 @@ sudo snap install task --classic #### **Chocolatey** -If you're on Windows and have [Chocolatey][scoop] installed, getting +If you're on Windows and have [Chocolatey][choco] installed, getting Task is as simple as running: ```bash From d3da84e724e139db2de3c3c1b26c00a025d54a78 Mon Sep 17 00:00:00 2001 From: Victor Mattos <5757883+vicmattos@users.noreply.github.com> Date: Fri, 18 Mar 2022 17:41:34 -0300 Subject: [PATCH 3/3] docs: add ownership of choco installation method --- docs/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index fe68b911..eb428516 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -34,6 +34,9 @@ Task is as simple as running: choco install go-task ``` +This installation method is community owned. + + #### **Scoop** If you're on Windows and have [Scoop][scoop] installed, use `extras` bucket