docs: use go install
parent
9ae8b0a3f2
commit
da13887145
|
@ -77,7 +77,7 @@ yay -S doggo-bin
|
||||||
You need to have `go` installed in your system.
|
You need to have `go` installed in your system.
|
||||||
|
|
||||||
```bash
|
```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`.
|
The binary will be available at `$GOPATH/bin/doggo`.
|
||||||
|
|
Loading…
Reference in New Issue