Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

old install instructions for grpcurl #3220

Open
felixvonberlin opened this issue Mar 10, 2023 · 0 comments
Open

old install instructions for grpcurl #3220

felixvonberlin opened this issue Mar 10, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@felixvonberlin
Copy link

Hi everyone,
I've just discovered that when you want to install grpcurl like it is described in consensus/api/README.md you get an error saying that the syntax of the go management tool has changed.
The old syntax looks like this (copied from the readme):

go get github.com/fullstorydev/grpcurl
go install github.com/fullstorydev/grpcurl/cmd/grpcurl

But to get it working, now I've used:

go install github.com/fullstorydev/grpcurl@latest
go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest

It is really not urgent, but it's nice to know, I think.

@felixvonberlin felixvonberlin changed the title old install instructions old install instructions for grpcurl Mar 10, 2023
@jcape jcape added documentation Improvements or additions to documentation good first issue Good for newcomers labels Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

2 participants