From e99342113a43d1fa515b4f0f04ddf5ea29d0c0bf Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Fri, 24 Jul 2015 13:19:10 +0100 Subject: [PATCH] *Updating README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b672b395..22a91036a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ NPLib is the core of the NPTool package, holding most of the actual code. It is 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 folder name (respecting the case). You can specify more than one detector: @@ -64,7 +64,7 @@ Compilation using Ninja is usually twice faster than using make ###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 +$ nps $ cmake ./ $ make -jn install ````` @@ -88,7 +88,7 @@ This will run the 11Li(d,3He)10He->8He+n+n simulation and produce a root file lo You can now try to analyse this simulated tree using the associated NPAnalysis project: ```` -$ NPA +$ npa $ cd Example1/ $ cmake ./ $ make -jn -- GitLab