Skip to content

Commit

Permalink
docs: fix reflection doc (#3138)
Browse files Browse the repository at this point in the history
added `git submodule update --init` to readme instructions to pull in missing dependencies.
  • Loading branch information
asoorm authored and menghanl committed Nov 4, 2019
1 parent da2bec0 commit 7c97d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/server-reflection-tutorial.md
Expand Up @@ -51,6 +51,7 @@ 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/
```
Expand Down

0 comments on commit 7c97d1d

Please sign in to comment.