From d7919f0fdd7a67e3f9e3447d5fcba89e9f422f2a Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Mon, 9 Mar 2020 01:13:18 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9237fb..fe2dafc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Usage documentation exists for each major version. Don't know what version you'r ## Installation -Make sure you have a working Go environment. Go version 1.11+ is supported. [See the install instructions for Go](http://golang.org/doc/install.html). +Using the package requires a working Go environment. [See the install instructions for Go](http://golang.org/doc/install.html). Go Modules are strongly recommended when using this package. [See the go blog guide on using Go Modules](https://blog.golang.org/using-go-modules). @@ -63,4 +63,4 @@ export PATH=$PATH:$GOPATH/bin cli is tested against multiple versions of Go on Linux, and against the latest released version of Go on OS X and Windows. This project uses Github Actions for -builds. For more build info, please look at the [./.github/workflows/cli.yml](https://github.com/urfave/cli/blob/master/.github/workflows/cli.yml). +builds. To see our currently supported go versions and platforms, look at the [./.github/workflows/cli.yml](https://github.com/urfave/cli/blob/master/.github/workflows/cli.yml).