fix: Rename CLI binary

Previously binary was named as doggo-cli.bin, which made it difficult
for users building from source as they had to rename it.
This commit is contained in:
Karan Sharma 2021-06-25 18:00:57 +05:30
parent 9e3656fae9
commit 68fd19d487
2 changed files with 1 additions and 2 deletions

View file

@ -82,7 +82,6 @@ You need to have `go` installed in your system.
```bash
$ go get github.com/mr-karan/doggo/cmd/doggo
$ mv $GOPATH/bin/cli $GOPATH/bin/doggo
```
The binary will be available at `$GOPATH/bin/doggo`.