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.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9b4d2a7b8..e9325c131 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,14 @@ Much more info available via `npm help` once it's installed.
## IMPORTANT
-You need node v0.2.3 or higher to run this program.
+**You need node v0.4 or higher to run this program.**
-Node 0.3.5 or higher is *highly* recommended.
+To install on older versions of node, do the following:
+
+ git clone git://github.com/isaacs/npm.git ./npm
+ cd npm
+ git checkout v0.2.18
+ make dev
## Simple Install