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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 72cafdeb6..326899e54 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,14 @@ To install npm with one command, do this:
curl http://npmjs.org/install.sh | sh
+To skip the npm 0.x cleanup, do this:
+
+ curl http://npmjs.org/install.sh | clean=no sh
+
+To say "yes" to the 0.x cleanup, but skip the prompt:
+
+ curl http://npmjs.org/install.sh | clean=yes sh
+
If that fails, try this:
git clone http://github.com/isaacs/npm.git