aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2013-08-24 11:54:00 -1000
committercampbeb <bpcampbell@gmail.com>2013-08-24 11:54:00 -1000
commit12d312a7f26f7c8d8b908edbef98093bae8d3639 (patch)
treeeff7a7d81ae7833bc7eee1ff446c7f41b539470a /README.md
parent6c705e930a6acd4f369afeefcad65f8d09d192a4 (diff)
downloadcgeo-12d312a7f26f7c8d8b908edbef98093bae8d3639.zip
cgeo-12d312a7f26f7c8d8b908edbef98093bae8d3639.tar.gz
cgeo-12d312a7f26f7c8d8b908edbef98093bae8d3639.tar.bz2
Add configuration step for ocpl_okapi.xml
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0d79262..37e40ca 100644
--- a/README.md
+++ b/README.md
@@ -49,13 +49,14 @@ If the workspace directory name contains a space and leads to errors in the -dex
1. copy `./main/templates/private.properties` to `./main/`
2. edit `private.properties` (see comments in the file)
3. copy `./main/templates/local.properties` to `./main/`
-3. copy `./main/templates/local.properties` to `./tests/`
-4. edit `local.properties` (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)
-7. copy `./main/templates/ocde_okapi.xml` to `./main/res/values/`
-8. request your personal ConsumerKey and -Secret at [opencaching.de OKAPI signup](http://www.opencaching.de/okapi/signup.html)
-9. edit `./main/res/values/ocde_okapi.xml` and insert your keys there.
+4. copy `./main/templates/local.properties` to `./tests/`
+5. edit `local.properties` (see comments in the file)
+6. copy `./main/templates/mapsapikey.xml` to `./main/res/values/`
+7. edit `./main/res/values/mapsapikey.xml` and insert your Maps API key (see comments in the file)
+8. copy `./main/templates/ocde_okapi.xml` to `./main/res/values/`
+9. request your personal ConsumerKey and -Secret at [opencaching.de OKAPI signup](http://www.opencaching.de/okapi/signup.html)
+10. edit `./main/res/values/ocde_okapi.xml` and insert your keys there.
+11. Repeat steps 8-10 with `ocpl_okapi.xml` and [opencaching.pl OKAPI signup](http://www.opencaching.pl/okapi/signup.html)
### Building with Ant ###