From 6af1c022753885ba04082520a649f120e925f962 Mon Sep 17 00:00:00 2001
From: Mark Driver <mdd31@alumni.cam.ac.uk>
Date: Fri, 27 Mar 2020 18:05:38 +0000
Subject: [PATCH] update to add information about SSH keys.

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 876ff17..9ccdbde 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,12 @@ The other modules produced by Mark Driver required for this work to function are
         git clone https://bitbucket.org/mdd31/phasecalculator.git
 
 
-*From University of Cambridge gitlab (ussing ssh):*
+*From University of Cambridge gitlab (using ssh):*
 
     git clone git@gitlab.developers.cam.ac.uk:ch/hunter/ssiptools/ssimpleapps/phasecalculator.git 
 
+If you have not already set up ssh access to the gitlab server please look through the instructions on the gitlab help page [https://gitlab.developers.cam.ac.uk/help/ssh/README](https://gitlab.developers.cam.ac.uk/help/ssh/README).
+
 ### Setting up the python environment ###
 
 Change to the repository:
-- 
GitLab