More doc updates

This commit is contained in:
Stanley Cheung 2018-02-13 12:34:36 -08:00
parent 68791961a2
commit f72c56a0e6
2 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,10 @@ $ sudo make install
## 2. Install gRPC
Note: Since gRPC-Web is still in Beta, the version of gRPC required is
sensitive to upstream changes. You most likely would need the build gRPC
from the `master` branch.
From the repo root directory:
```sh

View File

@ -18,6 +18,11 @@ You need the following 3 things before you start:
Click [here](../../../../../INSTALL.md) and make sure you have installed all
required pre-requisites.
Note: Since gRPC-Web is still in Beta, the version of gRPC required is
sensitive to upstream changes. You most likely would need the build gRPC
from the `master` branch.
## Build the example