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:
authorKyle Mitchell <kyle@kemitchell.com>2018-08-18 03:06:11 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-21 02:17:49 +0300
commit08ecde2928f8c89a2fdaa800ae845103750b9327 (patch)
tree70cf216cc8b90abeab19316c724e5afa3196febf /README.md
parentbb91a2a14562e77769057f1b6d06384be6d6bf7f (diff)
doc: Mention registry terms of use in manpage and registry doc (#54)
* doc: Mention terms of use in npm-registry * doc: Mention registry terms of use in manpage * doc: Update terms of use language in README Credit: @kemitchell PR-URL: https://github.com/npm/cli/pull/54
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 22f046f1a..bb33879fd 100644
--- a/README.md
+++ b/README.md
@@ -16,17 +16,14 @@ Much more info will be available via `npm help` once it's installed.
To install an old **and unsupported** version of npm that works on node v5
and prior, clone the git repo and dig through the old tags and branches.
-**npm is configured to use npm, Inc.'s public package registry at
-<https://registry.npmjs.org> by default.**
+**npm is configured to use npm, Inc.'s public registry at
+<https://registry.npmjs.org> by default.** Use of the npm public registry
+is subject to terms of use available at <https://www.npmjs.com/policies/terms>.
You can configure npm to use any compatible registry you
like, and even run your own registry. Check out the [doc on
registries](https://docs.npmjs.com/misc/registry).
-Use of someone else's registry may be governed by terms of use. The
-terms of use for the default public registry are available at
-<https://www.npmjs.com>.
-
## Super Easy Install
npm is bundled with [node](https://nodejs.org/en/download/).