docs: use go install

This commit is contained in:
YYYMagic 2022-02-06 18:35:16 +08:00 committed by Karan Sharma
parent 9ae8b0a3f2
commit da13887145

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`.