Skip to content

Commit

Permalink
update install from source directions to work with Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump authored Sep 23, 2021
1 parent c3bde04 commit bf9b13d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
tool to install `grpcurl`:
```shell
go get github.com/fullstorydev/grpcurl/...
go install github.com/fullstorydev/grpcurl/cmd/grpcurl
go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
```

This installs the command into the `bin` sub-folder of wherever your `$GOPATH`
Expand Down

0 comments on commit bf9b13d

Please sign in to comment.