Skip to content

Commit

Permalink
Merge pull request #966 from urfave/go-modules
Browse files Browse the repository at this point in the history
Add GO111MODULE=on to readme
  • Loading branch information
AudriusButkevicius authored Nov 29, 2019
2 parents 42cb148 + 107f942 commit 1c3653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c3653a

Please sign in to comment.