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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83039946b..25c1d1055 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ To install npm, do this:
curl http://npmjs.org/install.sh | sh
+If that fails, try this:
+
+ git clone http://github.com/isaacs/npm.git
+ cd npm
+ make
+
## Permission Errors
If it dies with a "Permission Denied" or EACCESS error, then that probably