mirror of https://github.com/grpc/grpc-java.git
examples: Highlight the suggestion to checkout a tag
This commit is contained in:
parent
150f994315
commit
cd2c168f5b
|
@ -2,8 +2,13 @@ Hello World Example with TLS
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
The example require grpc-java to already be built. You are strongly encouraged
|
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
|
to **check out a git release tag**, since there will already be a build of grpc
|
||||||
available. Otherwise you must follow [COMPILING](../COMPILING.md).
|
available:
|
||||||
|
```
|
||||||
|
git checkout v<major>.<minor>.<patch>
|
||||||
|
```
|
||||||
|
|
||||||
|
Otherwise you must follow [COMPILING](../COMPILING.md).
|
||||||
|
|
||||||
To build the example,
|
To build the example,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue