mirror of
https://github.com/go-task/task.git
synced 2025-03-25 21:39:05 +02:00
Add Scoop
Task is now available on Scoop for Windows users. https://github.com/lukesampson/scoop-extras/pull/1485
This commit is contained in:
parent
a9b1f38a7c
commit
780bd08490
@ -28,8 +28,8 @@ guide to check the full schema documentation and Task features.
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [Easy installation](installation.md): just download a single binary, add to
|
- [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
|
$PATH and you're done! Or you can also install using [Homebrew][homebrew],
|
||||||
[Snapcraft][snapcraft] if you want;
|
[Snapcraft][snapcraft], or [Scoop][scoop] if you want;
|
||||||
- Available on CIs: by adding [this simple command](installation.md#install-script)
|
- 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;
|
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,
|
- 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/
|
[yaml]: http://yaml.org/
|
||||||
[homebrew]: https://brew.sh/
|
[homebrew]: https://brew.sh/
|
||||||
[snapcraft]: https://snapcraft.io/
|
[snapcraft]: https://snapcraft.io/
|
||||||
|
[scoop]: https://scoop.sh/
|
||||||
[sh]: https://mvdan.cc/sh
|
[sh]: https://mvdan.cc/sh
|
||||||
|
@ -25,6 +25,16 @@ right:
|
|||||||
sudo snap install task
|
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
|
## Go
|
||||||
|
|
||||||
Task now uses [Go Modules](https://github.com/golang/go/wiki/Modules), which
|
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
|
[installscript]: https://github.com/go-task/task/blob/master/install-task.sh
|
||||||
[releases]: https://github.com/go-task/task/releases
|
[releases]: https://github.com/go-task/task/releases
|
||||||
[godownloader]: https://github.com/goreleaser/godownloader
|
[godownloader]: https://github.com/goreleaser/godownloader
|
||||||
|
[scoop]: https://scoop.sh/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user