Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-25 04:28:34 +0400
committerisaacs <i@izs.me>2010-08-25 16:21:51 +0400
commitc91d36a16936bc9cf8328a953d1828bc589de677 (patch)
tree1cbda7ef42920ace8ca582c443d52ba5dfec0223
parent0fe8a9dcfa4b43d3245d1f2d98c1d5e95c396e58 (diff)
document "manroot" config
-rw-r--r--doc/config.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index baea7df0e..bbce7792a 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -108,6 +108,12 @@ Default: `$INSTALL_PREFIX/bin`
The folder where executable programs are installed.
+### manroot
+
+Default: $INSTALL_PREFIX/share/man
+
+The folder where man pages are installed.
+
### registry
Default: https://registry.npmjs.org/