From f8d301642cb9de747d35d28868c3d47dfb5e01c0 Mon Sep 17 00:00:00 2001
From: Adrien MATTA <matta.adrien@gmail.com>
Date: Mon, 20 Apr 2015 11:34:20 +0100
Subject: [PATCH] Update README.md

adding a missing install
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 989c901d7..50c313e08 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ This part of the package rely on Geant4 to perform Monte Carlo simulation. You n
 ````
 $ NPS
 $ cmake ./
-$ make -jn
+$ make -jn install
 `````
 
 This will produce the npsimulation executable. For a detail list of the available input flag and their meaning, you can run:
-- 
GitLab