From 4e27e41bd989eb1406b07d2b9ac0ac69c1125772 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Mon, 26 Apr 2021 19:19:09 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68df7b1..31e4043 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Support us over on [Patreon](https://www.patreon.com/goreportcard)! Assuming you already have a recent version of Go installed, pull down the code with `go get`: ``` -go get github.com/gojp/goreportcard +git clone https://github.com/gojp/goreportcard.git ``` Go into the source directory and pull down the project dependencies: ``` -cd $GOPATH/src/github.com/gojp/goreportcard +cd goreportcard make install ``` @@ -49,8 +49,10 @@ There is also a CLI available for grading applications on your local machine. Example usage: ``` -go get github.com/gojp/goreportcard/cmd/goreportcard-cli -cd $GOPATH/src/github.com/gojp/goreportcard +git clone https://github.com/gojp/goreportcard.git +cd goreportcard +make install +go install ./cmd/goreportcard-cli goreportcard-cli ```