From fb1fbbc40e7072836d54b2f72354f3d5a3d2ce36 Mon Sep 17 00:00:00 2001 From: Rebecca Franks Date: Thu, 26 Nov 2015 18:51:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e9bd80..3a8feb8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ http://bookdash.org/ 2. Setup a Parse Account. https://parse.com 3. You will need to recreate the Parse Database. Click on "Core" and click "Import Data" you can find the example JSON here: /parse_data_example/ + If you want to download the actual books, you need to individually download each book and import the files into the parse manually. See the information here: https://www.parse.com/questions/exporting-file-objects-and-importing-to-another-application + 4. Change the Parse API Key and Client Key in the file to your unique parse key: /appconfig-sample.properties . 5. Setup a Fabric Account. https://fabric.io/dashboard 6. Get your Fabric API Key and Client key, change it in the file: /app/fabric-sample.properties