From 01bc0a05294994afac8f713dbc445e7eeb064116 Mon Sep 17 00:00:00 2001 From: Iain Majer Date: Sat, 5 Apr 2025 20:28:36 +0100 Subject: [PATCH] docs: specify that install command parameters are order specific (#2115) Co-authored-by: Iain Majer --- website/docs/installation.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 223f274c..b216aa3d 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -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