From 3db3aefc0dfe7d105073611464dca54d95c4779f Mon Sep 17 00:00:00 2001 From: Vishwas Babu A J Date: Mon, 27 Jul 2015 15:51:33 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 700d1415..1d10071f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ Travis ## Building from source -1. Ensure you have ```npm``` installed - goto http://nodejs.org/download/ to download installer for your OS. -Note: 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). If you are using Ubuntu/Linux, then doing ```npm config set prefix ~``` prevents you from having to run npm as root. +1. Ensure you have ```npm``` installed - goto http://nodejs.org/download/ to download installer for your OS. +
Note: 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). +
Tip: If you are using Ubuntu/Linux, then doing ```npm config set prefix ~``` prevents you from having to run npm as root. 1. Clone this repository to your local filesystem (default branch is 'develop')