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
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-12 18:48:19 +0400
committerisaacs <i@izs.me>2012-06-12 18:48:19 +0400
commit8689ba87305fb49025f73f9fc4a10dbce070f22d (patch)
treedc1bc4ecd413c148360dbb755430ac8a05b592b2 /doc
parent2230d627bc530e983779f787bd2844dc4db697b3 (diff)
Fix #2518 doc global/folder link
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/install.md b/doc/cli/install.md
index cfa95e722..1d2f6eca8 100644
--- a/doc/cli/install.md
+++ b/doc/cli/install.md
@@ -160,7 +160,7 @@ local copy exists on disk.
npm install sax --force
The `--global` argument will cause npm to install the package globally
-rather than locally. See `npm-global(1)`.
+rather than locally. See `npm-folders(1)`.
The `--link` argument will cause npm to link global installs into the
local space in some cases.