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 1/2] 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


From 8cb3b71d27a1ccc5593dce452323e55a28f84194 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment?= <cpartiot@gmail.com>
Date: Thu, 8 Nov 2018 11:29:25 +0000
Subject: [PATCH 2/2] Update README.md

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index b1dc042e..547520b1 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@ You need to have both NodeJS and NPM installed and working
 
 clone then:
 
-* `npm install`
 * `make install`
 
 ## Build
-- 
GitLab