diff --git a/README.md b/README.md index 3a944f5..a8657bf 100644 --- a/README.md +++ b/README.md @@ -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