summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-link.1
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-02-20 09:03:34 -0800
committerBen Noordhuis <info@bnoordhuis.nl>2015-02-22 07:42:24 +0100
commit1e2fa1537f9978acbd27db6ee151885ab02346c1 (patch)
treeaa886046ac044759ab2c4650d4b45d2b736dbcde /deps/npm/man/man1/npm-link.1
parent3ab9b92e90e4bb3ed68457fcb95bc32f17586f3a (diff)
downloadandroid-node-v8-1e2fa1537f9978acbd27db6ee151885ab02346c1.tar.gz
android-node-v8-1e2fa1537f9978acbd27db6ee151885ab02346c1.tar.bz2
android-node-v8-1e2fa1537f9978acbd27db6ee151885ab02346c1.zip
deps: upgrade npm to 2.6.0
PR-URL: https://github.com/iojs/io.js/pull/904 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-link.1')
-rw-r--r--deps/npm/man/man1/npm-link.14
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-link.1 b/deps/npm/man/man1/npm-link.1
index 9151b68c0e..6c4f04fb87 100644
--- a/deps/npm/man/man1/npm-link.1
+++ b/deps/npm/man/man1/npm-link.1
@@ -45,7 +45,7 @@ npm link redis # link\-install the package
.RE
.P
Now, any changes to ~/projects/node\-redis will be reflected in
-~/projects/node\-bloggy/node_modules/redis/
+~/projects/node\-bloggy/node_modules/node\-redis/
.P
You may also shortcut the two steps in one\. For example, to do the
above use\-case in a shorter way:
@@ -62,7 +62,7 @@ The second line is the equivalent of doing:
.RS 2
.nf
(cd \.\./node\-redis; npm link)
-npm link redis
+npm link node\-redis
.fi
.RE
.P