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>2010-05-18 03:15:34 +0400
committerisaacs <i@izs.me>2010-05-18 03:15:34 +0400
commitb53c6b607e6a16753249651df0a6394e337fac6b (patch)
tree6ba5d00ff28d36a5a53e733c9e9319ced7cdb726 /README.md
parent0df342babea5916551eccc66e4c2448fbc7edce8 (diff)
Use master for the simple install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f152ab062..ced724158 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ More info available via `man npm`.
To install npm, do this:
mkdir npm
- curl -L http://github.com/isaacs/npm/tarball/stable | tar xz --strip 1 -C npm
+ curl -L http://github.com/isaacs/npm/tarball/master | tar xz --strip 1 -C npm
cd npm
make