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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user