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-03 08:33:55 +0400
committerisaacs <i@izs.me>2010-05-03 08:33:55 +0400
commitd49a887411fceafa940c163ae83269e035ad6dc4 (patch)
tree95db2d2ed4896267ef5accedf56a5f438c677a0e
parent182bc73070db728a3f141122295ca0edcf467f81 (diff)
add some more installation suggestions/options
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index 721d91e78..bbcf4cdbe 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Installing
-To install npm, do this:
+To install npm and its documentation, do this:
make install
@@ -10,11 +10,21 @@ If you get any complaints, try
sudo make install
-That will use npm to install itself, like
-[Ouroboros](http://en.wikipedia.org/wiki/Ouroboros).
-
Then do `man npm` or `npm help` for more information.
+If you want to just install npm, but leave your man folder untouched,
+you can try this instead:
+
+ node install-npm.js
+
+If you'd prefer to just symlink in the current code so you can hack
+on it, then you can do this to create a symlink:
+
+ ./cli.js link .
+
+Any of these will use npm to install itself, like
+[Ouroboros](http://en.wikipedia.org/wiki/Ouroboros).
+
## A note about password security
In order to publish your packages, you must have your auth info