Closed cdoublejj closed 2 years ago
i searched the drive, found grpcurl folder, copied it to usr/bin and still get grpcurl: command not found
could be possible it's not compiling or something.
anyhow this is harder to use than the actual SL inet
So just the cp command needs to change in the Documentation?
So just the cp command needs to change in the Documentation?
Hi :) Yes looks like:
pi@raspberrypi:~ $ sudo cp /go/bin/grpcurl /usr/bin
cp: cannot stat '/go/bin/grpcurl': No such file or directory
update: just a dot missing from the command before "/go" folder:
sudo cp ./go/bin/grpcurl /usr/bin
thx, updated
grpcurl is now located in /home/user/go/pkg/mod/github.com/fullstorydev/grpcurl@v1.8.6/cmd/grpcurl