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
path: root/html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-04-14 19:28:34 +0400
committerisaacs <i@izs.me>2012-04-14 21:46:57 +0400
commit3e7438bd6d7c0024f8fadd783239ee1872b465e1 (patch)
tree6640a4ff7b9974f187a6908f9d89ea212f015d88 /html
parent6a8002fa170365fbf1a36f6cd852bce96c3fade1 (diff)
s/one line install/zero line install/
Diffstat (limited to 'html')
-rw-r--r--html/index.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/html/index.html b/html/index.html
index 9ccf28e57..4a97cd3e7 100644
--- a/html/index.html
+++ b/html/index.html
@@ -59,11 +59,14 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
<p>npm is a package manager for <a href="http://nodejs.org/">node</a>. You can use it to install
and publish your node programs. It manages dependencies and does other cool stuff.</p>
-<h2>One Line Install</h2>
+<h2>Easy Zero Line Install</h2>
-<code>curl http://npmjs.org/install.sh | sh</code>
+<p><a href="http://nodejs.org/#download">Install Node.js</a> <br>
+(npm comes with it.)</p>
-<h2>More Than One Line Install</h2>
+<p>Because a one-line install is one too many.</p>
+
+<h2>Fancy Install</h2>
<ol>
<li><a href="https://github.com/isaacs/npm">Get the code.</a>
@@ -71,6 +74,12 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
says to do.
</ol>
+<p>There's a pretty thorough install script at
+<a href="http://npmjs.org/install.sh">http://npmjs.org/install.sh</a></p>
+
+<p>For maximum security, make sure to thorougly inspect every
+program that you run on your computer!</p>
+
<h2>Other Cool Stuff</h2>
<ul>