mirror of https://github.com/grpc/grpc-web.git
More doc updates
This commit is contained in:
parent
68791961a2
commit
f72c56a0e6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue