From 45173cfa7041bf395f02143d80ba4593ffac1407 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 27 Jun 2016 12:18:27 +0200 Subject: [PATCH] add reference to habitica.resources file --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d30e5fbf..e671d23ce 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,12 @@ You can install our code style scheme to Intellij and/or Android Studio via this ## Build Instructions -### Config File +### Config Files -Setup Habitica build config file by simply copying the example habitica properties file. +Setup Habitica build config files by simply copying the example habitica files. $ cp habitica.properties.example habitica.properties + $ cp habitica.resources.example habitica.resources Note: this is the default production `habitica.properties` file for habitica.com. If you -want to use a local habitica server, please modify the values in the properties file accordingly. \ No newline at end of file +want to use a local habitica server, please modify the values in the properties file accordingly.