X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;ds=sidebyside;f=yarrg%2Fweb%2Fintro;h=825189b883e9a6c7f8fea8026d125f424b0fe524;hb=c9225ff45ee5e69855cb24cfb648d903dbba54a7;hp=467de524182d93f6c4447694fc1995a3c0b51c2f;hpb=1da4d6e0bbabfb308c1cc5d1e08a2712ce647259;p=ypp-sc-tools.db-live.git diff --git a/yarrg/web/intro b/yarrg/web/intro index 467de52..825189b 100755 --- a/yarrg/web/intro +++ b/yarrg/web/intro @@ -84,24 +84,27 @@ To install the client, install the `git' version control system and the other dependencies listed in the `Installation requirements' section of the README and then run:
-git clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
+git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
 cd ypp-sc-tools
 cd yarrg
 make
 
this will download the code into the directory ypp-sc-tools, -and build the software. +and build the software. (If your Linux is very up to date you may +find that it complains that it doesn't know the command git-core. +In that case, use git core, with a space, instead.)

When new versions of the upload client are released, you can:

 cd .../ypp-sc-tools
-git pull
+git-pull
 cd yarrg
 make
 
-to fetch the new version. +to fetch the new version. (Again, you may need git pull +instead of git-pull.)

Uploading from Windows