update install from source directions to work with Go 1.16
This commit is contained in:
parent
c3bde04cc1
commit
bf9b13d6c5
|
|
@ -79,8 +79,7 @@ https://repology.org/project/grpcurl/information
|
||||||
If you already have the [Go SDK](https://golang.org/doc/install) installed, you can use the `go`
|
If you already have the [Go SDK](https://golang.org/doc/install) installed, you can use the `go`
|
||||||
tool to install `grpcurl`:
|
tool to install `grpcurl`:
|
||||||
```shell
|
```shell
|
||||||
go get github.com/fullstorydev/grpcurl/...
|
go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
|
||||||
go install github.com/fullstorydev/grpcurl/cmd/grpcurl
|
|
||||||
```
|
```
|
||||||
|
|
||||||
This installs the command into the `bin` sub-folder of wherever your `$GOPATH`
|
This installs the command into the `bin` sub-folder of wherever your `$GOPATH`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue