From 06323e50950d64a544616005668027bb31bbcfe1 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Thu, 8 May 2014 12:06:58 +0100 Subject: [PATCH] * Fixing mistanke in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4121c4025..097e5fc4e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The NPTool package is based on Root and Geant4. It is aimed to assist experiment The recommended method to obtain the code is to use git. This insure an easy way to access the update version of the code. First make sure you got git installed, if not, just use your package manager to get it. Then go to the directory where you want to install the nptool folder and type: ```` $ git clone https://github.com/adrien-matta/nptool -````: +```` This will create the nptool folder with the latest version of nptool. ### Downloading from Git Hub -- GitLab