aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index e14c5a85e..7a3966402 100644
--- a/README.md
+++ b/README.md
@@ -18,16 +18,17 @@ Fork APG+ and do a merge request. I will merge your changes back into the main p
# Build using Ant
-1. Execute "ant -Dsdk.dir=/opt/android-sdk/ -Dndk.dir=/opt/android-ndk/ release" in the folder org_adaway with the appropriate paths.
+## Command Line
-2. Alternatively you could add a file local.properties in org_adaway folder with the following lines, altered to your locations of the SDK and NDK:
+1. Execute "ant -Dsdk.dir=/opt/android-sdk/ release" in the folder org_apg with the appropriate paths.
- sdk.dir=/opt/android-sdk
- ndk.dir=/opt/android-ndk
+## Local.properties
+
+1. Alternatively you could add a file local.properties in org_apg folder with the following lines, altered to your locations of the SDK:
- and execute "ant release"
+ sdk.dir=/opt/android-sdk
-3. Build
+2. execute "ant release"
# Libraries