Add note about nodejs-legacy to README

Add a note about a missing debian / ubuntu package to the README

Change-Id: Ieea60c1ae3391617849ddb616ea4d947d218ec1a
This commit is contained in:
Devananda van der Veen 2015-10-02 16:00:33 -07:00
parent 7427e71492
commit 2423b4b57c
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ performance of this application.
1. Check out the code.
2. Run `npm install`
1. Realize that you don't have node installed. Install node, and npm.
Then try again.
2. If using a Debian/Ubuntu system, also install node.js and nodejs-legacy.
3. Then try again.
3. Run `npm start`
## Other options