1
0
mirror of https://github.com/go-task/task.git synced 2025-04-15 11:56:34 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: You can easily install it globally by running:
```bash ```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: Or you can install into another directory: