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:
authorMatt Hickford <matt.hickford@gmail.com>2014-02-28 20:44:30 +0400
committerDomenic Denicola <domenic@domenicdenicola.com>2014-04-18 07:36:37 +0400
commitd4d29d079ecf055c0e99023bb5ed265c32b139f2 (patch)
tree51a660d8436693f8832bdaa4c3b35aa385c90170 /doc
parent5232884962049a5cf4068b56f388440ba599ad85 (diff)
Add in-line link to registry doc page
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index 47820a73c..751e64b52 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -24,7 +24,7 @@ A `package` is:
* a) a folder containing a program described by a package.json file
* b) a gzipped tarball containing (a)
* c) a url that resolves to (b)
-* d) a `<name>@<version>` that is published on the registry with (c)
+* d) a `<name>@<version>` that is published on the registry (see `npm-registry(7)`) with (c)
* e) a `<name>@<tag>` that points to (d)
* f) a `<name>` that has a "latest" tag satisfying (e)
* g) a `<git remote url>` that resolves to (b)