From b475ad8b57764253143ed43fcf0f8bc892b21fcb Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Thu, 7 Mar 2013 13:22:57 +0100 Subject: [PATCH] Update HACKING.md --- mobile/HACKING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/HACKING.md b/mobile/HACKING.md index 6df9a98c..ddae2e1c 100644 --- a/mobile/HACKING.md +++ b/mobile/HACKING.md @@ -18,7 +18,7 @@ Building the APK - **Eclipse:** Just import this project and klick the build button. - **ant:** -Set the ANDROID_HOME environment variable -`export ANDROID_HOME=/path/to/android_sdk` -Build the project with ant -`ant debug` + Set the ANDROID_HOME environment variable: + ```export ANDROID_HOME=/path/to/android_sdk``` + and build the project with ant: + `ant debug`