diff options
author | PhilipSargent <philip.sargent@gmail.com> | 2019-07-09 15:55:27 +0100 |
---|---|---|
committer | PhilipSargent <philip.sargent@gmail.com> | 2019-07-09 15:55:27 +0100 |
commit | 37d02b298dcb96dc9ca4796bcf5f3e3b8b8bc87b (patch) | |
tree | 57fbafee84be6fc19b1bad4315cad91102d00a4a | |
parent | d6053322e8e2e0b05a2dba92fd954c37b9b4ca6e (diff) | |
download | troggle-37d02b298dcb96dc9ca4796bcf5f3e3b8b8bc87b.tar.gz troggle-37d02b298dcb96dc9ca4796bcf5f3e3b8b8bc87b.tar.bz2 troggle-37d02b298dcb96dc9ca4796bcf5f3e3b8b8bc87b.zip |
added ssh git clone command variant
-rw-r--r-- | README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |