add sudo to npm install line

This commit is contained in:
austin81 2015-09-03 11:55:25 -06:00
parent cd66ab757d
commit 1078cdfefe
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Installation of the frontend requires Node.js and Gulp. On Ubuntu::
Then, install the Node modules by running, from the project directory::
npm install
sudo npm install
Usage - Development
===================