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>2011-05-01 02:44:45 +0400
committerisaacs <i@izs.me>2011-05-01 02:44:45 +0400
commit36b4215a255492b0f75247e9660275b8670e3ef1 (patch)
treecb5f031f040d57f4ac7eda81dccbab3db22617a2 /README.md
parent6bbf91494f378d648bdedc922af824b3d529eb62 (diff)
Add clean=yes/no instructions to README
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