examples: Highlight the suggestion to checkout a tag

This commit is contained in:
Sergii Tkachenko 2021-01-20 14:31:58 -05:00 committed by Sergii Tkachenko
parent 150f994315
commit cd2c168f5b
1 changed files with 7 additions and 2 deletions

View File

@ -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<major>.<minor>.<patch>
```
Otherwise you must follow [COMPILING](../COMPILING.md).
To build the example,