aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormucek4 <tomaz@gorenc.org>2011-09-16 21:33:54 +0200
committermucek4 <tomaz@gorenc.org>2011-09-16 21:33:54 +0200
commit9630875929c97ac3be0a9b806d350d650eddce6e (patch)
tree44d91088039cc1f6b0054543d5530d1e928f1a42 /README.md
parent1055014f23f929e656d04ae53656a1a0acf3c124 (diff)
downloadcgeo-9630875929c97ac3be0a9b806d350d650eddce6e.zip
cgeo-9630875929c97ac3be0a9b806d350d650eddce6e.tar.gz
cgeo-9630875929c97ac3be0a9b806d350d650eddce6e.tar.bz2
added folder to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c31baba..ab12481 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,12 @@ If the workspace directory name contains a space and leads to errors in the -dex
### Configuration ###
-1. copy `./templates/private.properties` to `./`
+1. copy `./main/templates/private.properties` to `./main/`
2. edit `private.properties` (see comments in the file)
-3. copy `./templates/local.properties` to `./`
+3. copy `./main/templates/local.properties` to `./main/`
4. edit `local.properties` (see comments in the file)
-5. copy `./templates/mapsapikey.xml` to `./res/values/`
-6. edit `./res/values/mapsapikey.xml` and insert your Maps API key (see comments in the file)
+5. copy `./main/templates/mapsapikey.xml` to `./main/res/values/`
+6. edit `./main/res/values/mapsapikey.xml` and insert your Maps API key (see comments in the file)
### Building with Ant ###