mirror of https://github.com/grpc/grpc-web.git
Point to the new `/protocolbuffers/protobuf-javascript` protoc and add note (#1263)
This commit is contained in:
parent
056a1c652f
commit
39200f6cb0
|
@ -52,7 +52,9 @@ You can download the `protoc-gen-grpc-web` protoc plugin from our
|
|||
[release](https://github.com/grpc/grpc-web/releases) page:
|
||||
|
||||
If you don't already have `protoc` installed, you will have to download it
|
||||
first from [here](https://github.com/protocolbuffers/protobuf/releases).
|
||||
first from [here](https://github.com/protocolbuffers/protobuf-javascript/releases).
|
||||
|
||||
> **NOTE:** Javascript output is no longer supported by `protocolbuffers/protobuf` package as it previously did. Please use the releases from [protocolbuffers/protobuf-javascript](https://github.com/protocolbuffers/protobuf-javascript/releases) instead.
|
||||
|
||||
Make sure they are both executable and are discoverable from your PATH.
|
||||
|
||||
|
|
Loading…
Reference in New Issue