aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 330dab8d2..88455ff01 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,7 @@ Fork APG and do a merge request. I will merge your changes back into the main pr
## Build with Ant
-1. Add a file called local.properties in org_apg folder with the following lines, altered to your locations of the SDK:
-``
- sdk.dir=/opt/android-sdk
-``
+1. Add a file called local.properties in org_apg folder with the following lines, altered to your locations of the SDK: ``sdk.dir=/opt/android-sdk``
2. execute "ant release"
## Build with Eclipse