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-04-25 06:02:13 +0400
committerisaacs <i@izs.me>2010-04-25 06:02:13 +0400
commit2b235277601770340da66ac9a5b51d2c4d13a630 (patch)
tree1cd679021597cee158f7d666ca3818722921611b /README.md
parent108a51ea53cdfcf68af31957c2e9afc6ddc3762f (diff)
Mention make install in the instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5a716673d..043a2004c 100644
--- a/README.md
+++ b/README.md
@@ -84,11 +84,15 @@ opinions.
To install npm, do this:
- node install-npm.js
+ make install
+
+If you get any complaints, try
+
+ sudo make install
That will use npm to install itself, like
[Ouroboros](http://en.wikipedia.org/wiki/Ouroboros). From there, you can call
-the command line program which is cleverly named `npm`.
+the command line program `npm`, and read this file by doing `man npm`.
## What works now: