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 a6a9792 commit 01bc0a0Copy full SHA for 01bc0a0
website/docs/installation.mdx
@@ -181,6 +181,11 @@ to install a specific version:
181
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d v3.36.0
182
```
183
184
+Parameters are order specific, to set both installation directory and version:
185
+```shell
186
+sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin v3.42.1
187
+```
188
+
189
### GitHub Actions
190
191
If you want to install Task in GitHub Actions you can try using
0 commit comments