Merge branch 'master' into pr-template

This commit is contained in:
lynn [they] 2019-12-01 01:42:58 -08:00 committed by GitHub
commit 0859d8f9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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