From f51336f0cc2355a29564a9e6b3a8a2d0cff43e16 Mon Sep 17 00:00:00 2001 From: cmagnuso244 Date: Mon, 7 Oct 2019 10:52:39 -0700 Subject: [PATCH] examples: Modifies documentation (#6253) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index a5fa1e1b68..878da521ac 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 ```