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-06-08 03:00:09 +0400
committerisaacs <i@izs.me>2010-06-08 03:00:09 +0400
commit3eca58fa71e95e5797e50007008d09603871d47e (patch)
treeb0aa19ec3ae33172c57ec37278fb18cf2f5ae3ed /README.md
parenta15a2b7936e2ae6690c43fef8e28d2b0129e6d31 (diff)
Add the cd to the instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a45997f1..89a4d8562 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ 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