aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas <[email protected]>2011-08-30 03:09:35 -0700
committerThomas <[email protected]>2011-08-30 03:09:35 -0700
commit79591094d94028fe10e68845bdeb94a0e5e16ad3 (patch)
treee930e4113f3787bd587d7a8725c6a73f8e4f81da /README.md
parent5a69a5a707e119d20473a3642be997862618691a (diff)
parent7f8902bf542cb345e22cc6b89fe15f3d16fb4e5c (diff)
downloadkerl-79591094d94028fe10e68845bdeb94a0e5e16ad3.tar.gz
kerl-79591094d94028fe10e68845bdeb94a0e5e16ad3.tar.bz2
kerl-79591094d94028fe10e68845bdeb94a0e5e16ad3.zip
Merge pull request #5 from fuentesjr/feature/default-installs-inside-dotkerl-dir
add default install path
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8688f5..9562747 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ You can set the following variables:
- KERL_DOWNLOAD_DIR where to put downloaded files, defaults to $HOME/.kerl/archives
- KERL_BUILD_DIR where to hold the builds, defaults to $HOME/.kerl/builds
+- KERL_DEFAULT_INSTALL_DIR if set in ~/.kerlrc, install builds to this dir if no path is provided on installs, (recommend "$KERL_BASE_DIR/installs")
- KERL_CONFIGURE_OPTIONS options to pass to Erlang's ./configure script, e.g. --without-termcap
- KERL_DISABLE_AGNER if non-empty will disable agner support
- KERL_AGNER_AUTOINSTALL a list of packages to pre-install
@@ -239,7 +240,7 @@ Install a named build to the specified filesystem location
kerl install <build_name> [path]
-If path is ommited the current working directory will be used
+If path is ommited the current working directory will be used. However, if KERL_DEFAULT_INSTALL_DIR is defined in ~/.kerlrc, KERL_DEFAULT_INSTALL_DIR/<build-name> will be used instead.
*Note*: kerl assumes the specified directory is for its sole use. If you later delete it with the kerl delete command, the whole directory will be deleted, along with anything you may have added to it!