From 3dccde270ac1550cecf28576894216d56135dd2a Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 20 May 2024 15:01:59 +0200 Subject: [PATCH] docs: improve install script --- website/docs/installation.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 94dd42ca..5c25af3f 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -185,6 +185,14 @@ default. ::: +By default, it installs the latest version available. +You can also specify a tag (available in [releases](https://github.com/go-task/task/releases)) +to install a specific version: + +```shell +sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d v3.36.0 +``` + ### GitHub Actions If you want to install Task in GitHub Actions you can try using