diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html index f1ee19a0a..1055edc77 100644 --- a/handbook/computing/qstart-git.html +++ b/handbook/computing/qstart-git.html @@ -28,7 +28,7 @@ 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 (though this syntax doesn't work formany installations): + or more compactly (though this syntax doesn't work for many 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'.
@@ -37,6 +37,7 @@
expoweb
These 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)
troggle
This 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 clone http://expo.survex.com/repositories/troggle/.git (read only) This does not need the key-pair set-up and is very useful for getting the installation scripts.

git use on your machine