diff --git a/Development.md b/Development.md index d0d33f7..7b1c302 100644 --- a/Development.md +++ b/Development.md @@ -1,4 +1,17 @@ # Development ## Reporting bugs and requesting features -If you find a bug or have a bright idea for a feature, you can report the bug on our [issue tracker](https://github.com/fspc/Yellow-Bike-Database/issues). \ No newline at end of file + +If you find a bug or have a bright idea for a feature, you can report the bug on our [issue tracker](https://github.com/fspc/Yellow-Bike-Database/issues). + +## Getting the latest cutting edge version + +YBDB is hosted on [Github](https://github.com/fspc/Yellow-Bike-Database). + +If you don’t want to install Git, but you are feeling adventurous and want to get the very latest development version, you can use the ‘Download’ button on the GitHub page to get a tarball of the project. + +To clone Tracks, change to a directory in which you want to store Tracks (e.g. ~/Sites): + +`git clone https://github.com/TracksApp/tracks.git` +`cd tracks` +