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-07-05 01:36:10 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:16 +0400
commit8c417dcf2df7b386676e13d206fe85e354a00029 (patch)
treedc366dbc3a05ba20f28a86176866dc27c1569a22 /README.md
parent74fbe3c2712d2f4db2f2240d435614282823c842 (diff)
Better yet, make the code instructions work properly, even if you can't read.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a45997f1..f7ab675ad 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ More info available via `man npm`.
To install npm, create a folder where you want to put the code, and then
cd there, and do this:
+ mkdir npm
+ cd npm
curl -L http://github.com/isaacs/npm/tarball/master | tar xz --strip 1
make