diff --git a/docs/installation.md b/docs/installation.md index c036061e..d7c65cd1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -35,6 +35,9 @@ scoop bucket add extras scoop install task ``` +This installation method is community owned. After a new release of Task, it +may take some time until it's available on Scoop. + ## Go Task now uses [Go Modules](https://github.com/golang/go/wiki/Modules), which diff --git a/docs/releasing_task.md b/docs/releasing_task.md index a3000adc..efd1a98a 100644 --- a/docs/releasing_task.md +++ b/docs/releasing_task.md @@ -24,6 +24,13 @@ the binaries: * Moving both `i386` and `amd64` new artifacts to the stable channel on the [Snapscraft dashboard][snapcraftdashboard] +# Scoop + +Scoop is a community owned installation method. Scoop owners usually take care +of updating versions there by editing +[this file](https://github.com/lukesampson/scoop-extras/blob/master/task.json). +If you think its Task version is outdated, open an issue to let us know. + [goreleaser]: https://goreleaser.com/#continuous_integration [homebrewtap]: https://github.com/go-task/homebrew-tap [gotaskrb]: https://github.com/go-task/homebrew-tap/blob/master/Formula/go-task.rb