From 9aacb7f81177fef594196dea0dcdf9b0257e0b0f Mon Sep 17 00:00:00 2001 From: brianleroux Date: Thu, 1 Sep 2011 13:14:51 -0700 Subject: [PATCH] fixing rebase removing debug from root --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 229a5aa6..9e0e6972 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ PhoneGap/Android Developer Tools Commands ./bin/create [path package activity] ... create the ./exmaple app or a phonegap/android project - ./bin/debug ............................ install to first device + ./bin/debug [path] ..................... install to first device ./bin/emulate .......................... start avd (emulator) named default ./bin/log .............................. starts logcat ./bin/test ............................. run mobile-spec @@ -32,8 +32,7 @@ Start avd (emulator) named `default`: Create the exmaple project and build it to the first device: ./bin/create - cd example - ./../bin/debug + ./bin/debug ./example Start adb logcat (console.log calls output here):