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>2011-09-09 01:04:01 +0400
committerisaacs <i@izs.me>2011-09-09 01:04:07 +0400
commit61748766a116522b69d54577b4eeb4b0fc5509df (patch)
tree69139c1b4c31e6e5f2e7f4855d3fcfacbc53302f /html
parent8e08f0d8d6e1f70eaa2358c8ee211e2cfe59192c (diff)
Clearer 'where to sudo' instructions
Diffstat (limited to 'html')
-rw-r--r--html/doc/README.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/doc/README.html b/html/doc/README.html
index 6b851156b..0ed4d4bab 100644
--- a/html/doc/README.html
+++ b/html/doc/README.html
@@ -42,7 +42,8 @@ unsafe amount of trust</strong> in me, and in your network, and do this:</p>
<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>