Merge pull request #1 from nakato/node-binary

On ubuntu you also need nodejs-legacy
This commit is contained in:
Tim Buckley 2015-08-12 09:34:07 -06:00
commit e3d841f2b7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Installation
============
Installation of the frontend requires Node.js and Bower. On Ubuntu::
sudo apt-get install nodejs npm
sudo apt-get install nodejs npm nodejs-legacy
sudo npm install -g bower
Then, install the Bower components by running, from the project directory::