From ac578b8e7dc38045184ee3f7c597b9988d691385 Mon Sep 17 00:00:00 2001 From: Bart Lantz Date: Thu, 10 Jun 2010 14:56:59 -0600 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc720fc..62a9d9a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ How to Update the App code for your Convention How to Compile and test app with Ant =============================== -1. cd into root src directory and run ant debug. This will create app apk and sign it with debug key. +1. cd into root src directory and run "ant debug". This will create app apk and sign it with debug key. 2. test it on your phone or virtual device with adb install name-of-debug-app.apk