Doc update re. Node.js set-up on Ubuntu Linux

This commit is contained in:
Michael Vorburger 2014-12-03 22:22:10 +01:00
parent 57091dcfff
commit 43c9dbf8fd

View File

@ -15,7 +15,7 @@ Travis
## Building from source
1. Note: Ensure you have ```npm``` installed - goto http://nodejs.org/download/ to download installer for your OS.
1. Note: Ensure you have ```npm``` installed - goto http://nodejs.org/download/ to download installer for your OS. On Ubuntu Linux you can use 'sudo apt-get install npm nodejs-legacy' (nodejs-legacy is required to avoid the ""/usr/bin/env: node: No such file or directory" problem).
1. Clone this repository to your local filesystem (default branch is 'develop')