From cd2c168f5b94d88f21979d62d8908aa3f73d8e59 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Wed, 20 Jan 2021 14:31:58 -0500 Subject: [PATCH] examples: Highlight the suggestion to checkout a tag --- examples/example-tls/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/example-tls/README.md b/examples/example-tls/README.md index 5f4888cd60..6bbf89224f 100644 --- a/examples/example-tls/README.md +++ b/examples/example-tls/README.md @@ -2,8 +2,13 @@ Hello World Example with TLS ============================================== The example require grpc-java to already be built. You are strongly encouraged -to check out a git release tag, since there will already be a build of grpc -available. Otherwise you must follow [COMPILING](../COMPILING.md). +to **check out a git release tag**, since there will already be a build of grpc +available: +``` +git checkout v.. +``` + +Otherwise you must follow [COMPILING](../COMPILING.md). To build the example,