Point to the new `/protocolbuffers/protobuf-javascript` protoc and add note (#1263)

This commit is contained in:
Eryu Xia 2022-08-10 12:17:12 -07:00 committed by GitHub
parent 056a1c652f
commit 39200f6cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.