aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDave Cottlehuber <[email protected]>2014-10-29 23:15:07 +0100
committerDave Cottlehuber <[email protected]>2014-10-30 00:21:42 +0100
commitee97e84f8b606736ebe3bb9991f89ec65a9bdfd3 (patch)
treec66cbb6347662b2882d5f0b3a60ca3f1bb8bf7c0 /README.md
parentbf28af49d39be2ce2b6f5e453e24989f5e73403f (diff)
downloaderlang.mk-ee97e84f8b606736ebe3bb9991f89ec65a9bdfd3.tar.gz
erlang.mk-ee97e84f8b606736ebe3bb9991f89ec65a9bdfd3.tar.bz2
erlang.mk-ee97e84f8b606736ebe3bb9991f89ec65a9bdfd3.zip
erlc: update {id, git} in .app.src with git describe output
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac35b8e..8a02002 100644
--- a/README.md
+++ b/README.md
@@ -215,6 +215,10 @@ variable. It takes the arguments that will then be passed to
You can specify a list of modules to be compiled first using
the `COMPILE_FIRST` variable.
+If `{id, "git"},` is found in your project's `.app.src`, the
+extended output of `git describe ...` will replace it. This
+can be retrieved at runtime via `application:get_key/2`.
+
Bootstrap plugin
----------------