Skip to content

Commit 3dccde2

Browse files
vmaertenandreynering
authored andcommitted
docs: improve install script
1 parent 53dd0b1 commit 3dccde2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/docs/installation.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,14 @@ default.
185185

186186
:::
187187

188+
By default, it installs the latest version available.
189+
You can also specify a tag (available in [releases](https://github.com/go-task/task/releases))
190+
to install a specific version:
191+
192+
```shell
193+
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d v3.36.0
194+
```
195+
188196
### GitHub Actions
189197

190198
If you want to install Task in GitHub Actions you can try using

0 commit comments

Comments
 (0)