From 2621a4945ac41464066e3bcea552f67a6fa3aa51 Mon Sep 17 00:00:00 2001 From: GrantZheng <251465311@qq.com> Date: Tue, 25 Feb 2020 08:21:14 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f6a228..f0a3651 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,12 @@ GoKit Cli needs to be installed using `go get` and `go install` so `Go` is a req # Installation Before you install please read [prerequisites](#prerequisites) ```bash -go get github.com/GrantZheng/kit +git clone https://github.com/GrantZheng/kit.git +cd kit +go install ``` +:warning: **Notice**: to install package, do not use `go get github.com/GrantZheng/kit`, which could generate kit binary refers to the original repo code. Some methods have been discussed [here](https://stackoverflow.com/questions/54721986/issues-with-go-build-on-forked-repository),but I haven't found a better way to solve this problem. + # Usage ```bash kit help