move cli to /cmd

This commit is contained in:
Jeremy Rans
2018-12-15 02:03:43 -06:00
parent 8303ff5c02
commit e93bcb9a78
2 changed files with 1 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ There is also a CLI available for grading applications on your local machine.
Example usage:
```
go get github.com/gojp/goreportcard/goreportcard-cli
go get github.com/gojp/goreportcard/cmd/goreportcard-cli
cd $GOPATH/src/github.com/gojp/goreportcard
goreportcard-cli
```