Fix bad go get within readme

Go get works with package names not with urls.
This commit is contained in:
Tobias Kohlbau 2018-10-18 11:04:52 +02:00 committed by GitHub
parent 4bfc1aa030
commit 63988a901a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Example to understand what this library does is prepared as [CLI](./cmd/selfupda
Install it at first.
```
$ go get -u github.com/rhysd/go-github-selfupdate/tree/master/cmd/selfupdate-example
$ go get -u github.com/rhysd/go-github-selfupdate/cmd/selfupdate-example
```
And check the version by `-version`. `-help` flag is also available to know all flags.