From 38ade8fbc9469b7b6f32d8008224f4ae74b96760 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 30 Mar 2023 22:05:20 -0300 Subject: [PATCH] Documentation: Update link --- docs/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 00c273d3..45ea922c 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -201,7 +201,7 @@ env GOBIN=/bin go install github.com/go-task/task/v3/cmd/task@latest :::tip -For CI environments we recommend using the [install script](#get-the-binary) +For CI environments we recommend using the [install script](#install-script) instead, which is faster and more stable, since it'll just download the latest released binary.