I am new to grpcui. I've been trying to follow the installation. I did
go get github.com/fullstorydev/grpcui/...
go install github.com/fullstorydev/grpcui/cmd/grpcui
I also added grpcui path to my $PATH
. Even tried to pull down the repo and make install
. But I keep getting grpcui: command not found
. Anyone could help ?
After installation, your grpcui should be in
/home/user/go/bin
. If so, try and add that folder to your $PATH, as I did (and it worked).