From 394304ca249d51bc48aa11e2158cd7294fb79dad Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit.alessandroni@gmail.com>
Date: Wed, 7 Nov 2018 19:05:32 +0100
Subject: [PATCH] Fixing README

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 2e11c803..b1dc042e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,16 @@
 # HD app
+
 HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
 
+## Requirements
+
+You need to have both NodeJS and NPM installed and working
+
 ## Install
 
 clone then:
 
+* `npm install`
 * `make install`
 
 ## Build
-- 
GitLab