From 5624c99a1d0c97506fa89d6d4caec9ba5e6f5d87 Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Thu, 8 May 2014 11:59:17 +0100
Subject: [PATCH] * Improving the README.md

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

diff --git a/README.md b/README.md
index b717c3e1e..840dd6f2d 100644
--- a/README.md
+++ b/README.md
@@ -24,15 +24,15 @@ NPLib is the core of the NPTool package, holding most of the actual code. It is
 >source /path/to/nptool/nptool.sh
 
 Restart your terminal. You should now have all aliases and environment variable properly defined and can now access the NPLib folder by using the command:
-NPL
+> NPL
 
 and you should be in the NPLib directory. 
 Before the compilation of the libraries you need to specify the detector you plan to use by calling the configure script. If you give no argument to configure, all detector will be compile. If you wish to limit the number of detector to be compiled, simply specify the detector name in lowercase (e.g. MUST2 -> must2). You can specify more than one detector:
 
->./configure must2 sharc plastic riken
+> ./configure must2 sharc plastic riken
 
 Then you can compile NPLib by calling
->make -jn
+> make -jn
 
 where n is the number of core to be used in the compilation.
 
@@ -43,11 +43,11 @@ Depending on the existence of the .rootlogon.C file in your home directory, the
 
 ###Building NPSimulation
 This part of the package rely on Geant4 to perform Monte Carlo simulation. You need to first compile and configure correctly NPLib in order for NPSimulation to compile and run. The compilation is done as follow:
->NPS
->make -jn
+> NPS
+> make -jn
 
 This should produce the NPSimulation executable, you can check this by running the help display
->NPSimulation -h
+> NPSimulation -h
 
 
 
-- 
GitLab