aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYurii Rashkovskii <[email protected]>2013-01-31 17:30:56 -0800
committerYurii Rashkovskii <[email protected]>2013-01-31 17:30:56 -0800
commitf2d5ef2917fcf5475943e3760dd1bccf4fb82b1c (patch)
tree4c7617b5bbd29af98f4d2709798bc6f51310fdd9 /README.md
parenta15b5e63c6d26b058dab46dc48125370c48f1f04 (diff)
parentdfaba9b00ebd36beed470c17ee87e0e9f91fba42 (diff)
downloadkerl-f2d5ef2917fcf5475943e3760dd1bccf4fb82b1c.tar.gz
kerl-f2d5ef2917fcf5475943e3760dd1bccf4fb82b1c.tar.bz2
kerl-f2d5ef2917fcf5475943e3760dd1bccf4fb82b1c.zip
Merge pull request #37 from norton/norton-git-build
Simplify and improve the recipe for git-based builds
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 636c6f6..dbd4ee9 100644
--- a/README.md
+++ b/README.md
@@ -237,10 +237,14 @@ You can have SASL started automatically setting KERL_SASL_STARTUP=yes in your $H
You can have manpages installed automatically setting KERL_INSTALL_MANPAGES=yes in your $HOME/.kerlrc file or prepending it to the command line
+*Note*: for git-based builds, kerl downloads and installs the newest official manpages which may or may not correspond to the contents of your local build.
+
#### HTML docs installation
You can have HTML docs installed automatically setting KERL_INSTALL_HTMLDOCS=yes in your $HOME/.kerlrc file or prepending it to the command line
+*Note*: for git-based builds, kerl downloads and installs the newest official HTML docs which may or may not correspond to the contents of your local build.
+
deploy
------