aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Miszczyk <[email protected]>2017-09-16 19:14:22 +0200
committerMarcin Miszczyk <[email protected]>2017-09-16 19:14:22 +0200
commit9cf3b62417fc354270fd2c4510de51bc2a6e151b (patch)
treeab82cae9ce78946a6492f33feb7263d3712350b9
parentad7e0184535ebbedb21cbcac82ce5ca769ce0ae5 (diff)
downloadkerl-9cf3b62417fc354270fd2c4510de51bc2a6e151b.tar.gz
kerl-9cf3b62417fc354270fd2c4510de51bc2a6e151b.tar.bz2
kerl-9cf3b62417fc354270fd2c4510de51bc2a6e151b.zip
Added link to full list of configuration options.
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8aabe5d..566aed1 100644
--- a/README.md
+++ b/README.md
@@ -284,7 +284,7 @@ Acceptable value: any github fork of OTP, e.g. `https://github.com/basho/otp`
### KERL_INSTALL_MANPAGES
### KERL_INSTALL_HTMLDOCS
-If `$KERL_BUILD_DOCS` is set, kerl will create docs from the built erlang version regardless of origin (`tarball` backend from erlang.org or via `kerl build git`, or bia `git` backend).
+If `$KERL_BUILD_DOCS` is set, kerl will create docs from the built erlang version regardless of origin (`tarball` backend from erlang.org or via `kerl build git`, or via `git` backend).
If `$KERL_BUILD_DOCS` is unset, kerl will only install docs when NOT installing a build created via `kerl build git...`, and according to `KERL_INSTALL_HTMLDOCS` and `KERL_INSTALL_MANPAGES`.
@@ -404,7 +404,8 @@ Creates a named build either from an official Erlang/OTP release or from a git r
You can specify the configure options to use when building Erlang/OTP with the
`KERL_CONFIGURE_OPTIONS` variable, either in your $HOME/.kerlrc file or
-prepending it to the command line.
+prepending it to the command line. Full list of all options can be in
+[Erlang documentation](http://erlang.org/doc/installation_guide/INSTALL.html#Advanced-configuration-and-build-of-ErlangOTP_Configuring).
$ KERL_CONFIGURE_OPTIONS=--enable-hipe kerl build 19.2 19.2-hipe