mirror of
https://github.com/go-task/task.git
synced 2025-01-28 05:36:18 +02:00
Docs: Add GO111MODULE=on to go get
command
This commit is contained in:
parent
d3cd9f17f9
commit
8bcd8719aa
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user