Remove sudo from install command in introduction

1. It just seems like a bad practice to encourage people to run npm with `sudo`
2. The doc wasn’t consistent with itself — down below in the full “Installation” section the same command did *not* include `sudo`
This commit is contained in:
Avi Flax
2014-06-06 09:26:18 -04:00
parent 4ad625a265
commit 2dd1ec3314

View File

@@ -11,7 +11,7 @@
<body>
<div id="fadeout"></div>
p
<div id="flybar">
<a id="logo" href="#top"><img src="documentation/images/logo.png" width="225" height="39" alt="CoffeeScript" /></a>
<div class="navigation toc">
@@ -113,8 +113,7 @@
<a href="http://github.com/jashkenas/coffeescript/tarball/1.7.1">1.7.1</a>
</p>
<pre>
sudo npm install -g coffee-script</pre>
<pre>npm install -g coffee-script</pre>
<h2>
<span id="overview" class="bookmark"></span>