Migrated from home v4

bsag 2010-09-14 09:01:40 -07:00
parent 31a7f2176d
commit e4aab13521

@ -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.
<pre>
<code>
mkdir ~/dev/tracks
cd ~/dev/tracks
git clone git://github.com/bsag/tracks.git
</code>
</pre>
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!