Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantZheng authored Feb 25, 2020
1 parent 7b7a1e3 commit 2621a49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2621a49

Please sign in to comment.