From c348af2fc0da16d8bd94992f7db969be90d2b115 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 17 Feb 2016 17:06:46 -0800 Subject: Addressed more code review comments. --- js/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'js/README.md') diff --git a/js/README.md b/js/README.md index 9d63559f..2c33fb79 100644 --- a/js/README.md +++ b/js/README.md @@ -30,17 +30,16 @@ To use Protocol Buffers with JavaScript, you need two main components: Setup ===== -First, compile the Protocol Compiler. -You can compile `protoc` from GitHub or a source tarball. From the -top level directory type: - - $ ./autogen.sh (only necessary for GitHub) - $ ./configure - $ make +First, obtain the Protocol Compiler. The easiest way is to download +a pre-built binary from [https://github.com/google/protobuf/releases](https://github.com/google/protobuf/releases). +If you want, you can compile `protoc` from source instead. To do this +follow the instructions in [the top-level +README](https://github.com/google/protobuf/blob/master/src/README.md). Once you have `protoc` compiled, you can run the tests by typing: + $ cd js $ npm install $ npm test -- cgit v1.2.3