Merge pull request #15 from tobiaskohlbau/patch-1

Fix bad go get within readme
This commit is contained in:
Linda_pp 2018-10-18 19:53:24 +09:00 committed by GitHub
commit 6329a43531
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.