aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos/README.md
diff options
context:
space:
mode:
authorGravatar Michael Lehenbauer <mikelehen@gmail.com>2018-04-11 08:55:42 -0700
committerGravatar GitHub <noreply@github.com>2018-04-11 08:55:42 -0700
commit09e4eddd826e6391ab099f79bb0117c01801ab7a (patch)
treeefa6c8d9cc98f1a18f5561a226c5d5b96d5f4f95 /Firestore/Protos/README.md
parentf1fa625b3672872c2b6fc770c0e132ea07b2f047 (diff)
Rebuild proto artifacts from existing sources and update README.md instructions. (#1058)
Diffstat (limited to 'Firestore/Protos/README.md')
-rw-r--r--Firestore/Protos/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/Firestore/Protos/README.md b/Firestore/Protos/README.md
index 6137ff6..fbede5b 100644
--- a/Firestore/Protos/README.md
+++ b/Firestore/Protos/README.md
@@ -1,6 +1,11 @@
## Usage
-First, build protobuf and nanopb
+First, make sure you have necessary prereqs for building:
+```
+brew install automake libtool protobuf
+```
+
+Take a nap while that completes. Then, build protobuf and nanopb:
```
cd firebase-ios-sdk
mkdir -p build
@@ -15,7 +20,8 @@ cd firebase-ios-sdk/Firestore/Protos
./build-protos.sh
```
-Verify diffs, tests and make PR
+Verify diffs (you'll likely need to re-add copyright notices, etc.), make sure
+tests still pass, and create a PR.
### Script Details