From 8bcd8719aa283fd30d09c0de4b37d2684667b0e0 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 28 Mar 2021 10:45:36 -0300 Subject: [PATCH] Docs: Add GO111MODULE=on to `go get` command --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index e4889f30..d9587faf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -110,7 +110,7 @@ First, make sure you have [Go][go] properly installed and setup. You can easily install it globally by running: ```bash -go get -u github.com/go-task/task/v3/cmd/task +env GO111MODULE=on go get -u github.com/go-task/task/v3/cmd/task ``` Or you can install into another directory: