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:
parent
53dd0b138a
commit
3dccde270a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user