1
0
mirror of https://github.com/go-task/task.git synced 2025-06-02 23:27:37 +02:00

docs: improve install script

This commit is contained in:
Valentin Maerten 2024-05-20 15:01:59 +02:00 committed by Andrey Nering
parent 53dd0b138a
commit 3dccde270a

View File

@ -185,6 +185,14 @@ default.
:::
By default, it installs the latest version available.
You can also specify a tag (available in [releases](https://github.com/go-task/task/releases))
to install a specific version:
```shell
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d v3.36.0
```
### GitHub Actions
If you want to install Task in GitHub Actions you can try using