Merge pull request #966 from urfave/go-modules

Add GO111MODULE=on to readme
main
Audrius Butkevicius 5 years ago committed by GitHub
commit 1c3653aa7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save