Merge "Add description of bootstrap-repo.sh"
diff --git a/developer/README.md b/developer/README.md
index 180629e..474cf99 100644
--- a/developer/README.md
+++ b/developer/README.md
@@ -14,3 +14,15 @@
 ```shell
 python imagebuilder.py -f ../../helm-charts/examples/filter-images.yaml -x
 ```
+
+## Download the full CORD source tree and optionally apply Gerrit patchsets
+
+The `bootstrap-repo.sh` script installs the `repo` tool, uses it to
+download the CORD source tree, and optionally applies one or more
+patchsets from Gerrit to the tree.  It may be useful when
+bootstrapping a new environment for development or testing.
+
+Usage:
+```
+bootstrap-repo.sh [-p <project:change/revision>]
+```