examples: Modifies documentation (#6253)

This commit is contained in:
cmagnuso244 2019-10-07 10:52:39 -07:00 committed by GitHub
parent 764d0b852a
commit f51336f0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ before trying out the examples.
1. **[Install gRPC Java library SNAPSHOT locally, including code generation plugin](../COMPILING.md) (Only need this step for non-released versions, e.g. master HEAD).**
2. Run in this directory:
2. From grpc-java/examples directory:
```
$ ./gradlew installDist
```