Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Clearer 'where to sudo' instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 8, 2011
1 parent 8e08f0d commit 6174876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -36,6 +36,7 @@ unsafe amount of trust** in me, and in your network, and do this:

**Note**: You need to `sudo` the `sh`, **not** the `curl`. Fetching stuff
from the internet typically doesn't require elevated permissions.
Running it might.

## Dev Install

Expand Down
3 changes: 2 additions & 1 deletion html/doc/README.html
Expand Up @@ -42,7 +42,8 @@ <h2 id="Simple-Install">Simple Install</h2>
<pre><code>curl http://npmjs.org/install.sh | sudo sh</code></pre>

<p><strong>Note</strong>: You need to <code>sudo</code> the <code>sh</code>, <strong>not</strong> the <code>curl</code>. Fetching stuff
from the internet typically doesn't require elevated permissions.</p>
from the internet typically doesn't require elevated permissions.
Running it might.</p>

<h2 id="Dev-Install">Dev Install</h2>

Expand Down
1 change: 1 addition & 0 deletions man1/README.1
Expand Up @@ -72,6 +72,7 @@ curl http://npmjs\.org/install\.sh | sudo sh
.P
\fBNote\fR: You need to \fBsudo\fR the \fBsh\fR, \fBnot\fR the \fBcurl\fR\|\. Fetching stuff
from the internet typically doesn\'t require elevated permissions\.
Running it might\.
.
.SH "Dev Install"
To install the latest \fBunstable\fR development version from git:
Expand Down

0 comments on commit 6174876

Please sign in to comment.