We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dd0b1 commit 3dccde2Copy full SHA for 3dccde2
website/docs/installation.mdx
@@ -185,6 +185,14 @@ default.
185
186
:::
187
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
196
### GitHub Actions
197
198
If you want to install Task in GitHub Actions you can try using
0 commit comments