diff --git a/Home.textile b/Home.textile index d5306c7..9d60cb2 100644 --- a/Home.textile +++ b/Home.textile @@ -1,5 +1,15 @@ -I'm just testing the repository at the moment, so this version might not keep up with the main subversion repository until (or if!) we decide to switch over completely to github. +To clone Tracks: -For now, use the "subversion repository":http://dev.rousette.org.uk/ to get the latest version. Please add your tickets for reports on tracks on that site too. +
+
+mkdir ~/dev/tracks
+cd ~/dev/tracks
+git clone git://github.com/bsag/tracks.git
+
+
+ +Or you can sign up for a free account on github and fork Tracks using the convenient button. If (when!) you produce a cool new feature or fix a bug, create a patch or - if you are on github - send a pull request for your changes to be pulled into the main repository. + +If you've found a bug or got a feature to suggest, visit the "Development site":http://dev.rousette.org.uk/ and create a ticket. Thanks! \ No newline at end of file