docs: use go install

pull/41/head
YYYMagic 2022-02-06 18:35:16 +08:00 committed by Karan Sharma
parent 9ae8b0a3f2
commit da13887145
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ yay -S doggo-bin
You need to have `go` installed in your system.
```bash
$ go get github.com/mr-karan/doggo/cmd/doggo
$ go install github.com/mr-karan/doggo/cmd/doggo@latest
```
The binary will be available at `$GOPATH/bin/doggo`.