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:
-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