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-02-14 21:55:42 +0300
committerisaacs <i@izs.me>2011-02-14 21:55:42 +0300
commitac13b3434c11d52ee40be73e5c3690044bd935a2 (patch)
tree3a8bc417651960da2984494def7a34612cd0c9f1 /README.md
parentbf813f77c87f4c39cf8111b274c90a6e84281fe6 (diff)
Update about node versions
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