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:16:54 +0400
committerisaacs <i@izs.me>2010-05-18 03:16:54 +0400
commit886529f4934c59030908b4f1b68116cca6f7ff86 (patch)
treebc1ec8094af0065145820d19c6b49ec495b8c7ba /README.md
parentb53c6b607e6a16753249651df0a6394e337fac6b (diff)
Don't tell people how to cd and mkdir, that's silly
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index ced724158..62f5e91f5 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,10 @@ More info available via `man npm`.
## Simple Install
-To install npm, do this:
+To install npm, create a folder where you want to put the code, and then
+cd there, and do this:
- mkdir npm
- curl -L http://github.com/isaacs/npm/tarball/master | tar xz --strip 1 -C npm
- cd npm
+ curl -L http://github.com/isaacs/npm/tarball/master | tar xz --strip 1
make
If it dies with a "Permission Denied" or EACCESS error, then that probably