From 86bcdc046e701f29fdcedd147a5269f840ae06b0 Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 5 Sep 2012 22:42:11 +0200 Subject: [PATCH] updated readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 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