diff --git a/Documentation/server-reflection-tutorial.md b/Documentation/server-reflection-tutorial.md index 212d4b377..b1781fa68 100644 --- a/Documentation/server-reflection-tutorial.md +++ b/Documentation/server-reflection-tutorial.md @@ -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: