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-04-26 02:44:20 +0400
committerisaacs <i@izs.me>2010-04-26 03:39:52 +0400
commitcbae4a97599251ce5ee204811d5a00bf22e74ca5 (patch)
treeae476882765d102878f0147a3fa27bbba41cac1e /README.md
parent0d21c4b92743f86265cdbb63b4859c2f921c3681 (diff)
refactor link doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index e97fd300b..a40fcbceb 100644
--- a/README.md
+++ b/README.md
@@ -101,15 +101,6 @@ These are the commands that actually do things, as of today. If they don't do
what they say they do, then please [post an issue](http://github.com/isaacs/npm/issues)
about it.
-### link
-
- npm link <folder>
-
-This will link a source folder into npm's registry using a symlink, and then
-build it according to the package.json file in that folder's root. This is
-handy for installing your own stuff, so that you can work on it and test it
-iteratively without having to continually rebuild.
-
### list
npm list [package]