From 95359760aebfc16abe2caf84d48131e22c0c4f33 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 26 Dec 2020 15:06:39 -0300 Subject: [PATCH] Documentation: go get is actually supported Closes #395 --- docs/installation.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index a139f694..e4889f30 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -107,10 +107,13 @@ This installation method is community owned. First, make sure you have [Go][go] properly installed and setup. -Task requires [Go Modules](https://github.com/golang/go/wiki/Modules) and -doesn't officially support installing via `go get` anymore. +You can easily install it globally by running: -Installing in another directory: +```bash +go get -u github.com/go-task/task/v3/cmd/task +``` + +Or you can install into another directory: ```bash git clone https://github.com/go-task/task