aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
diff options
context:
space:
mode:
authorGravatar samuela <skainsworth@gmail.com>2017-06-05 11:54:33 -0700
committerGravatar Yun Peng <pcloudy@google.com>2017-06-16 13:19:26 +0200
commit88206bc5094c1e1172fd034b14c7415c37ce1259 (patch)
tree4b360dad960f04a0ff0bcb0ed3859685be03f80e /third_party/protobuf
parentd02aabf07892ccd58d8a3ec08ba9ae805507be22 (diff)
Update README.md
Close #3126 Change-Id: I457a215e147409d9449a3bca0bc0e88584f0ded5
Diffstat (limited to 'third_party/protobuf')
-rw-r--r--third_party/protobuf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/protobuf/README.md b/third_party/protobuf/README.md
index 159719d5e3..207eec076d 100644
--- a/third_party/protobuf/README.md
+++ b/third_party/protobuf/README.md
@@ -4,7 +4,7 @@
1) Fetch the desired protobuf version and copy it in a folder `new_proto` under
`third_party/protobuf`.
2) Bazel uses upstream protobuf from source, except for java, as we currently don't
-build protobuf java when bootstrapping bazel. So instead we use already build jars.
+build protobuf java when bootstrapping bazel. So instead we use pre-built jars.
So build the java proto library from source and in case you cloned an upstream version
of protobuf, remove the .git folders:
```