update install path

This commit is contained in:
Lynn Cyrin (they/them) 2019-10-12 00:54:09 -07:00 committed by GitHub
parent 7b94268970
commit 0b26e2fa44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ import (
**Warning**: `v2` is in a pre-release state.
```
$ go get gopkg.in/urfave/cli.v2
$ go get github.com/urfave/cli.v2
```
```go