Merge pull request #966 from urfave/go-modules

Add GO111MODULE=on to readme
This commit is contained in:
Audrius Butkevicius
2019-11-29 08:39:36 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ Usage documentation exists for each major version. Don't know what version you'r
**Warning**: `v2` is in a beta state.
```
$ go get github.com/urfave/cli/v2
$ GO111MODULE=on go get github.com/urfave/cli/v2
```
```go