From 7fc60256b1374ad58e4cb6f72b7c82efc2685405 Mon Sep 17 00:00:00 2001
From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
Date: Mon, 11 Nov 2013 21:22:34 -0200
Subject: [PATCH] README: Add note about installing nodejs

Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
---
 web/README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/web/README b/web/README
index b7f446b..0d6bc1b 100644
--- a/web/README
+++ b/web/README
@@ -4,7 +4,8 @@ SIMMC - Sistema Integrado de Monitoramento - Ministério das Comunicações
 Development
 -----------
 
-To setup the development environment, run the following commands:
+To setup the development environment, first install nodejs from the source
+(http://nodejs.org/) and than run the following commands:
 
 npm install
 
-- 
GitLab