aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-05-24 11:09:19 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-25 04:58:22 -0700
commitd89248f51c7d0ea848b216484e3f580e54cfc839 (patch)
treea8ee99e0bd9d58dd49d7d8b2f9ea09f0d112d8cd /templates/README.md
parent19fd924bed05cf8e6fb9006d5b3ef9e1e9fb8f8e (diff)
improve CONTRIBUTING.md and add rules for PRs
Diffstat (limited to 'templates/README.md')
-rw-r--r--templates/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/README.md b/templates/README.md
index eedc6e9c09..7b7707203f 100644
--- a/templates/README.md
+++ b/templates/README.md
@@ -1,3 +1,12 @@
+# Regenerating project files
+
+Prerequisites: `python`, `pip install mako`
+
+```
+# Regenerate the projects files using templates
+tools/buildgen/generate_projects.sh
+```
+
# Quick justification
We've approached the problem of the build system from a lot of different