1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

docs: specify that install command parameters are order specific (#2115)

Co-authored-by: Iain Majer <iain.majer@river-island.com>
This commit is contained in:
Iain Majer
2025-04-05 20:28:36 +01:00
committed by GitHub
parent a6a9792b7e
commit 01bc0a0529

View File

@@ -181,6 +181,11 @@ to install a specific version:
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d v3.36.0
```
Parameters are order specific, to set both installation directory and version:
```shell
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin v3.42.1
```
### GitHub Actions
If you want to install Task in GitHub Actions you can try using