Skip to content

Commit

Permalink
+ README
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jun 9, 2011
1 parent d441926 commit 24488a4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.textile
Expand Up @@ -47,7 +47,9 @@ h3. Running it

Running it is easy. There are multiple options:

In the terminal, just call
h4. Using the james command

This is easiest. In the terminal, just call

<pre><code>$ james time_dialog.rb twitter_dialog.rb</code></pre>

Expand All @@ -59,16 +61,13 @@ Or a bit snappier

to do the same as above.

There is also a shortcut:

<pre><code>$ james</code></pre>

equals
Options are: @-si@ (silent input), @-so@ (silent output), @-s@ (both).

<pre><code>$ james **/*_dialog.rb</code></pre>
<pre><code>$ james -s time_dialog.rb</code></pre>

for example will use audio for neither input nor output.

Or do it programmatically:
h4. Programmatically

<pre><code>require 'rubygems'
require 'james'
Expand Down

0 comments on commit 24488a4

Please sign in to comment.