Skip to content

Commit

Permalink
s/one line install/zero line install/
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 14, 2012
1 parent 6a8002f commit 3e7438b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,27 @@ <h1>npm</h1>
<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>
<li>Do what <a href="http://npmjs.org/doc/README.html">the README</a>
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>
Expand Down

0 comments on commit 3e7438b

Please sign in to comment.