diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html
index fde8f6a72..7a4256c69 100644
--- a/handbook/computing/qstart-git.html
+++ b/handbook/computing/qstart-git.html
@@ -17,7 +17,7 @@
You can read or clone these repos without any control, but to write ("push") to them you will need to use ssh://expo@expo.survex.com and set up the key exchange.
NOTE: always use user 'expo' as the login user (ssh://expo@...) even though within git you will be identified by your own ssh key name.
Open a terminal in a new directory, e.g. /tmp/experiments/ in which you want to create the repo. It will automatically create a folder with the repo name e.g.'troggle' in that directory.
-- expoweb (The data management system)
- git clone ssh://expo@expo.survex.com:expoweb (read/write)
- troggle (The data management system backend)
- git clone ssh://expo@expo.survex.com:troggle (read/write)
- loser (The survey data) - this will fail until it is moved from hg to git
- git clone ssh://expo@expo.survex.com:loser (read/write)
- drawings
- git clone ssh://expo@expo.survex.com:drawings (read/write)
+- expoweb (The data management system)
- git clone ssh://expo@expo.survex.com/home/expo/expoweb (read/write)
- troggle (The data management system backend)
- git clone ssh://expo@expo.survex.com/home/expo/troggle (read/write)
- loser (The survey data) - this will fail until it is moved from hg to git
- git clone ssh://expo@expo.survex.com:loser (read/write)
- drawings
- git clone ssh://expo@expo.survex.com/home/expo/drawings (read/write)
Using git
You may find these useful:
diff --git a/handbook/computing/yourlaptop.html b/handbook/computing/yourlaptop.html
index 553e6898d..38ca3afb3 100644
--- a/handbook/computing/yourlaptop.html
+++ b/handbook/computing/yourlaptop.html
@@ -69,6 +69,8 @@ but all the recommended software here is open source (and please don't install p
- python, if you are extending troggle or the scripts in expoweb/noinfo/ - already installed on Linux
- python packages you will want to install: [not yet documented]
- qgis3-survex-import - plugin to import/export survex .3d files
+- Vectr svg - quick and easy sketcher (browser-based, Chrome only) for making rigging topo diagrams: "free forever" committment, but not open source. Please export as svg not jpg or png.
+
- inkscape-speleo - plugin to import/export survex, therion and pockettopo files to the drawing package inkscape.
- Imagemagick convert for re-scaling photographs and scanned images and converting from PDF to JPG. (NB you may need to fix this security issue)