aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-10-13 11:17:23 -0500
committerTristan Sloughter <[email protected]>2013-10-15 11:21:34 -0500
commit750c3df605de8e7dc0f4d809e2fe7aa09827eee1 (patch)
tree62ef34c600455bde3d02f51c81fe962fb71171dd /README.md
parent9e390a7022b1f5296d4fdb7618d13d843ed26bde (diff)
downloadrelx-750c3df605de8e7dc0f4d809e2fe7aa09827eee1.tar.gz
relx-750c3df605de8e7dc0f4d809e2fe7aa09827eee1.tar.bz2
relx-750c3df605de8e7dc0f4d809e2fe7aa09827eee1.zip
add optoin to use custom system_libs dir. This closes #64
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19e2008..b0e9427 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ Options
| -u | --upfrom | string | | The release to upgrade from. Only valid with relup target |
| -o | --output-dir | string | ./ | The output directory for the release |
| -l | --lib-dir | string | | Additional dirs to search for OTP apps |
+| | --system_libs | string | | Path to a Erlang system libs to use |
| -p | --path | string | | Additional dirs to add to Erlang code path |
| | --default-libs | boolean | true | Whether to use the default system added lib dirs (means you must add them all manually) |
| -V | --verbose | integer | 2 | The verbosity level between 0 and 3 |