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>2010-05-10 11:59:26 +0400
committerisaacs <i@izs.me>2010-05-10 11:59:26 +0400
commitcf10287c3725b227e3322cfe76682cb4c6854124 (patch)
treebc2b77b281841fa7609ec4501144f504eeb5f86e /doc
parentb9c096fa99f1bf13a6791e05cffb03d71a6924a4 (diff)
update "is local" test to reflect code
Diffstat (limited to 'doc')
-rw-r--r--doc/install.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install.md b/doc/install.md
index 657334ebb..85596cc60 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -5,6 +5,7 @@ npm-install(1) -- install a package
npm install <tarball file>
npm install <tarball url>
+ npm install <folder>
npm install <pkg>
npm install <pkg>@<tag>
npm install <pkg>@<version>
@@ -21,7 +22,7 @@ resolves circular dependencies by talking to the npm registry.
using `npm link`.
In order to distinguish between this and remote installs, the argument
- must start with either "file:", ".", or "/"
+ must either be "." or contain a "/" in it.
Example: