From f59c3346efa81f927fbcf3c2035ee4b59a1a0abf Mon Sep 17 00:00:00 2001 From: Can Edremitoglu Date: Wed, 2 Dec 2015 14:44:21 +0100 Subject: [PATCH] Updated Tracks on Heroku (markdown) --- Tracks-on-Heroku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tracks-on-Heroku.md b/Tracks-on-Heroku.md index e2b381e..0534283 100644 --- a/Tracks-on-Heroku.md +++ b/Tracks-on-Heroku.md @@ -1,6 +1,6 @@ To get tracks working on Heroku, follow these steps: - 1. clone tracks with `git clone git://github.com/bsag/tracks.git` + 1. clone tracks with `git clone git://github.com/TracksApp/tracks.git` 2. `cd` into the `tracks` directory 3. Do the normal setup stuff (i.e. changing `site.yml` and `database.yml` according to the installation instructions, etc.) 4. Remove the line with `config/site.yml` and `database.yml` from the `.gitignore` file