diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html
index 3a40b09e8..299882d30 100644
--- a/handbook/computing/qstart-git.html
+++ b/handbook/computing/qstart-git.html
@@ -28,15 +28,15 @@
git clone ssh://expo@expo.survex.com/~/loser (read/write)
or equivalently
git clone ssh://expo@expo.survex.com/home/expo/loser
- or more compactly
+ or more compactly (though this syntax doesn't work formany installations):
git clone expo@expo.survex.com:loser the : is shorthand for relative to the home directory of the logged-in user, which is 'expo'.
-
drawingsThese are the therion and tunnel cave vector drawing files. You need this if you are 'tunneling' a lot of cave surveys.git clone ssh://expo@expo.survex.com:drawings (read/write)
+ drawingsThese are the therion and tunnel cave vector drawing files. You need this if you are 'tunneling' a lot of cave surveys.git clone ssh://expo@expo.survex.com/~/drawings (read/write)
- expowebThese are all webpages, mostly the expo handbook. You need this only if you are editing a lot of handbook pages.git clone ssh://expo@expo.survex.com:expoweb (read/write)
+ expowebThese are all webpages, mostly the expo handbook. You need this only if you are editing a lot of handbook pages.git clone ssh://expo@expo.survex.com/~/expoweb (read/write)
- troggleThis is the python code that runs troggle and generates 2,000 webpages of reports and tables. This is what you need for software development.git clone ssh://expo@expo.survex.com:troggle (read/write)
+ troggleThis is the python code that runs troggle and generates 2,000 webpages of reports and tables. This is what you need for software development.git clone ssh://expo@expo.survex.com/~/troggle (read/write)
git use on your machine