Skip to content

Commit

Permalink
update README to reflect new api for droidgap
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed Apr 4, 2010
1 parent b0cf32a commit 9d2b5b8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,8 @@ Commands:
help ... See this message. Type help [command name] to see specific help topics.
gen .... Generate an example PhoneGap application to current directory.
pkg .... Creates an Android compatible project from a www folder. Careful, this clobbers previous packaging.
run .... Launch widget or www folder to first device found and attach a logger that listens for console.log statements.
run .... Installs a valid PhoneGap Project to first device found.
log .... Attach a logger that listens for console.log statements.
ship ... Build and sign an APK suitable for submission to an Android Marketplace.
</pre>

Expand All @@ -43,14 +44,20 @@ Quickstart:
$ droidgap run
</pre>

Launch your app and start a logger with:

<pre>
$ droidgap log
</pre>

DroidGap with JRuby
-------------------

If you want to use the droidgap command but do not want to install Ruby then you can call it using jruby jar included in the lib folder. All the options are the same and a call looks like this:

java -jar jruby-complete-1.4.0RC1.jar ../bin/droidgap help run

Keep in mind this will be slower.
Keep in mind this will be slower due to JVM warmup.

Importing a PhoneGap/Android app into Eclipse
---------------------------------------------
Expand All @@ -67,6 +74,9 @@ Common Command Line Tasks
=========================

Running Mobile Spec
---

TODO need content here

Compile an APK
---
Expand Down

0 comments on commit 9d2b5b8

Please sign in to comment.