1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Using godownloader to generate a install script

Closes #78
This commit is contained in:
Andrey Nering
2018-04-07 15:07:43 -03:00
parent 0cd34bbebc
commit 96db9a9410
3 changed files with 408 additions and 0 deletions

View File

@@ -61,6 +61,16 @@ right:
sudo snap install task
```
### Install script
We also have a [install script][installscript], which is very useful on
scanarios like CIs. Many thanks to [godownloader][godownloader] for easily
generating this script.
```bash
curl -s https://raw.githubusercontent.com/go-task/task/master/install-task.sh | sh
```
### Binary
Or you can download the binary from the [releases][releases] page and add to
@@ -673,3 +683,5 @@ various use cases.
[examples]: https://github.com/go-task/examples
[snapcraft]: https://snapcraft.io/
[homebrew]: https://brew.sh/
[installscript]: https://github.com/go-task/task/blob/master/install-task.sh
[godownloader]: https://github.com/goreleaser/godownloader