From af72b91967efef7e2e3743eb034f23459e4472ea Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 15 Jul 2017 01:33:41 -0400 Subject: [PATCH] Updated Development (markdown) --- Development.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Development.md b/Development.md index 7b1c302..208b015 100644 --- a/Development.md +++ b/Development.md @@ -10,8 +10,9 @@ 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): +To clone YBDB, change to a directory in which you want to store YBDB (e.g. ~/Sites): + +`git clone https://github.com/Yellow-Bike-Database/tracks.git` -`git clone https://github.com/TracksApp/tracks.git` `cd tracks`