Merge branch 'master' into remove-beta-warning

This commit is contained in:
lynn [they]
2019-11-29 00:42:46 -08:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ Usage documentation exists for each major version. Don't know what version you'r
### Using `v2` releases ### Using `v2` releases
``` ```
$ go get github.com/urfave/cli/v2 $ GO111MODULE=on go get github.com/urfave/cli/v2
``` ```
```go ```go