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-09-04 12:51:52 +0400
committerisaacs <i@izs.me>2011-09-04 12:51:52 +0400
commit199cb3473a84b447c538b1fd20109e58e7ac0417 (patch)
treec785f5282f424347443e564571749fd65cd64474 /README.md
parentec668256b78d4960f06afafcbbe89bf720cfa296 (diff)
Don't suggest how to use old versions
People are too eager to copy and paste the first code block they see.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1d70e03b8..547654335 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,7 @@ Much more info available via `npm help` once it's installed.
**You need node v0.4 or higher to run this program.**
To install an old **and unsupported** version of npm that works on node 0.3
-and prior:
-
- git clone git://github.com/isaacs/npm.git ./npm
- cd npm
- git checkout origin/0.2
- make dev
+and prior, clone the git repo and dig through the old tags and branches.
## Simple Install