Skip to content

Commit

Permalink
examples: Highlight the suggestion to checkout a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jan 20, 2021
1 parent 150f994 commit cd2c168
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/example-tls/README.md
Expand Up @@ -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,

Expand Down

0 comments on commit cd2c168

Please sign in to comment.