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>2011-03-22 01:58:55 +0300
committerisaacs <i@izs.me>2011-03-22 01:58:55 +0300
commit5d212a7dd2b3be1f747e0b5bfd0ad8b1d1492669 (patch)
tree19f8aec7071a19213919efe90895d44ca3385e2d /README.md
parent7cf6f5b713efe27cc0962fd2075134ce53374876 (diff)
update readme for 1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b0e424ff0..dc833e9da 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ To install on older versions of node, do the following:
To install npm with one command, do this:
- curl http://npmjs.org/install.sh | sh
+ curl http://npmjs.org/install.sh | npm_install=rc sh
If that fails, try this:
@@ -37,7 +37,7 @@ and npm will install itself.
If you don't have make, and don't have curl or git, and ALL you have is
this code and node, you can do:
- sudo node ./cli.js install npm
+ sudo node ./cli.js install -g
## Permissions
@@ -114,7 +114,7 @@ but at this point, you probably grok all that anyway.)
So sad to see you go.
- sudo npm uninstall npm
+ sudo npm uninstall npm -g
Or, if that fails,