From 7726cd207c66f2595f647e79c5c2c499eed7f8db Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 16 Feb 2016 15:29:49 -0800 Subject: Integrate review comments. --- js/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'js/README.md') diff --git a/js/README.md b/js/README.md index 4b1ec8a1..9d63559f 100644 --- a/js/README.md +++ b/js/README.md @@ -22,7 +22,9 @@ To use Protocol Buffers with JavaScript, you need two main components: `npm install google-protobuf`, or use the files in this directory. 2. The Protocol Compiler `protoc`. This translates `.proto` files into `.js` files. The compiler is not currently available via - npm -- you must download and compile it from GitHub or a tarball. + npm, but you can download a pre-built binary + [on GitHub](https://github.com/google/protobuf/releases) + (look for the `protoc-*.zip` files under **Downloads**). Setup -- cgit v1.2.3