diff options
author | Eric Merritt <[email protected]> | 2013-03-13 11:46:03 -0700 |
---|---|---|
committer | Eric Merritt <[email protected]> | 2013-03-13 11:46:03 -0700 |
commit | c7fd47264688ff74adafc18269a378c14742b284 (patch) | |
tree | 6c491fddb665ae86cb6113749549b7ca635ffc73 /README.md | |
parent | 6734e9ec4e0dd4c0678d10e8b8e48552ffb4e995 (diff) | |
parent | b69815402b3456699a47273a8c731850fb6b7871 (diff) | |
download | relx-c7fd47264688ff74adafc18269a378c14742b284.tar.gz relx-c7fd47264688ff74adafc18269a378c14742b284.tar.bz2 relx-c7fd47264688ff74adafc18269a378c14742b284.zip |
Merge pull request #30 from tsloughter/next
Update readme, fix test, generate erl script with proper paths, copy start_clean.boot if config opt set
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -14,11 +14,19 @@ applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simple a well configured release directory. - relcool -c relcool.config -l ~/my-dirs --relname foo --relvsn 0.0.1 --target-spec myapp --target-spec getopt>=0.5.1 -o output-dir + relcool -c relcool.config -l ~/my-dirs --relname foo --relvsn 0.0.1 --target-spec myapp --target-spec getopt>=0.5.1 -o output-dir The *release-specification-file* is optional but otherwise contains additional specification information for releases. +# BUILDING + +To build relcool and generate a standalone escript executable: + + $ make escript + +This creates the executable `relcool`. + # OPTIONS -r *STRING*, \--root *STRING* |