From 63988a901a55d434d4b47cabfadd14145b2224fb Mon Sep 17 00:00:00 2001 From: Tobias Kohlbau Date: Thu, 18 Oct 2018 11:04:52 +0200 Subject: [PATCH] Fix bad go get within readme Go get works with package names not with urls. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e68c213..d5fe0dd 100644 --- a/README.md +++ b/README.md @@ -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.