aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-06-25 19:23:56 +0200
committerJordan Wilberding <[email protected]>2014-06-25 19:23:56 +0200
commitc2d14cb9574492f57e79fc8a8b025bf33cc5c5d1 (patch)
treefbf9c81a7e340126b32527c125641241181b00a3
parentf9fc1575484ce30940e9af942f1ad29724da59f4 (diff)
parent0c5fad28bcf8409dbac0634c8facbd548a594384 (diff)
downloadrelx-c2d14cb9574492f57e79fc8a8b025bf33cc5c5d1.tar.gz
relx-c2d14cb9574492f57e79fc8a8b025bf33cc5c5d1.tar.bz2
relx-c2d14cb9574492f57e79fc8a8b025bf33cc5c5d1.zip
Merge pull request #203 from tsloughter/master
update README with new include-erts cli option
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a821622..7c68dfb 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,8 @@ Options
| | --overlay_vars | string | | Path to a file of overlay variables |
| | --sys_config | string | | Path to a file to use for sys.config |
| -d | --dev-mode | boolean | false | Symlink all applications and configuration into the release instead of copying|
+| -i | --include-erts | boolean/string | true | If true include a copy of erts used to build with, if a path include erts at that path. If false, do not include erts |
+
Wiki
----