Remove grpc_cli build instructions (#3868)

The instructions didn't work, as the build process has changed a bit. It's probably best to just link to the official build instructions to avoid future skew.
This commit is contained in:
Sean R. Abraham 2020-09-10 11:18:02 -06:00 committed by GitHub
parent 52029da148
commit 4a2248a42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -43,19 +43,9 @@ An example server with reflection registered can be found at
After enabling Server Reflection in a server application, you can use gRPC CLI
to check its services. gRPC CLI is only available in c++. Instructions on how to
use gRPC CLI can be found at
build and use gRPC CLI can be found at
[command_line_tool.md](https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md).
To build gRPC CLI:
```sh
git clone https://github.com/grpc/grpc
cd grpc
git submodule update --init
make grpc_cli
cd bins/opt # grpc_cli is in directory bins/opt/
```
## Use gRPC CLI to check services
First, start the helloworld server in grpc-go directory: