aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/README.md
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-02-16 15:29:49 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-02-18 10:30:21 -0800
commit7726cd207c66f2595f647e79c5c2c499eed7f8db (patch)
tree64dd6710fd49c0eaae16325382661ff1ad720ff5 /js/README.md
parent5195b7f296724cde9a646b76603ef81cd41a22c2 (diff)
Integrate review comments.
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md4
1 files changed, 3 insertions, 1 deletions
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