Update README.md

Include suggestion to put example in.

Co-Authored-By: Lynn Cyrin (they/them) <lynncyrin@gmail.com>
main
russoj88 5 years ago committed by GitHub
parent f2c26bab77
commit f529dad70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,7 +110,13 @@ import (
### Using `v1` releases
Use the github URL to use the v1 branch. This is illustrated in the Getting Started section below.
$ go get github.com/urfave/cli
package main
import (
"github.com/urfave/cli"
)
Do not use the gopkg.in URL as it does not work for versions >= 1.21.0.

Loading…
Cancel
Save