From 37d02b298dcb96dc9ca4796bcf5f3e3b8b8bc87b Mon Sep 17 00:00:00 2001 From: PhilipSargent Date: Tue, 9 Jul 2019 15:55:27 +0100 Subject: [PATCH] added ssh git clone command variant --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index 8dbc33e..81c2b14 100644 --- a/README.txt +++ b/README.txt @@ -21,6 +21,8 @@ Troggle itself Choose a directory where you will keep troggle, and git clone Troggle into it using the following command: git clone git://expo.survex.com/troggle +or more reliably +git clone ssh://expo@expo.survex.com/home/expo/troggle If you want to work on the source code and be able to commit, your account will need to be added to the troggle project members list. Contact wookey at wookware dot org to get this set up.