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:35:06 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:16 +0400
commit74fbe3c2712d2f4db2f2240d435614282823c842 (patch)
tree9c24bb9d23a295fe42d67c13db5b6cea2e116b68 /README.md
parente937a72f38f359a47977d7e9ade1a2e3bf75fa4a (diff)
Remove the "cd" line, since the "--strip 1" removes the dir
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89a4d8562..4a45997f1 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@ To install npm, create a folder where you want to put the code, and then
cd there, and do this:
curl -L http://github.com/isaacs/npm/tarball/master | tar xz --strip 1
- cd npm
make
If it dies with a "Permission Denied" or EACCESS error, then that probably