aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-09-05 22:42:11 +0200
committerDominik <dominik@dominikschuermann.de>2012-09-05 22:42:11 +0200
commit86bcdc046e701f29fdcedd147a5269f840ae06b0 (patch)
tree6749b16b2fbde05cc13c66d60b2cdacb4297aae1 /README.md
parentffa0c7a5a916f76dbdcfe6d1f5b2dcc0492c7474 (diff)
downloadopen-keychain-86bcdc046e701f29fdcedd147a5269f840ae06b0.tar.gz
open-keychain-86bcdc046e701f29fdcedd147a5269f840ae06b0.tar.bz2
open-keychain-86bcdc046e701f29fdcedd147a5269f840ae06b0.zip
updated readme
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