Update README.md
Include suggestion to put example in. Co-Authored-By: Lynn Cyrin (they/them) <lynncyrin@gmail.com>
This commit is contained in:
parent
f2c26bab77
commit
f529dad70c
@ -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…
Reference in New Issue
Block a user