Skip to content

Commit 01bc0a0

Browse files
iainvmIain Majer
andauthored
docs: specify that install command parameters are order specific (#2115)
Co-authored-by: Iain Majer <[email protected]>
1 parent a6a9792 commit 01bc0a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docs/installation.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ to install a specific version:
181181
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d v3.36.0
182182
```
183183

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+
184189
### GitHub Actions
185190

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

0 commit comments

Comments
 (0)