Skip to content

Commit

Permalink
Removed sudo prefixes from npm commands, this goes against npm best p…
Browse files Browse the repository at this point in the history
…ractice.
  • Loading branch information
ironikart committed Aug 25, 2016
1 parent f79cf0a commit 0980501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ earlier versions.

* Install node.js with your package manager of choice.
* You may need to update the Node.js package manager (npm) itself:
<code>sudo npm update -g npm</code>
<code>npm update -g npm</code>
* Install the Grunt CLI helper if you haven't already done so:
<code>sudo npm install -g grunt-cli</code>
<code>npm install -g grunt-cli</code>
* Get node.js to install the dependencies Grunt needs:
<code>npm install</code>
* Run Grunt to build the auditor:
Expand Down

0 comments on commit 0980501

Please sign in to comment.