1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Docs: Add GO111MODULE=on to go get command

This commit is contained in:
Andrey Nering
2021-03-28 10:45:36 -03:00
committed by GitHub
parent d3cd9f17f9
commit 8bcd8719aa

View File

@@ -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: