<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,3 +5,44 @@ This is a simple &quot;Sinatra&quot;:http://sinatra.rubyforge.org/ app that utilizes the
 &quot;Weewar&quot;:http://weewar.com/ games.
 
 Original WeewarSpy library by &quot;Mel Riffe&quot;:http://melriffe.wordpress.com/.
+
+h2. Dependencies
+
+* RubyGems
+* sinatra (duh...)
+* haml
+* yaml
+* xml-simple (WeewarSpy depends on this)
+
+To install all dependencies in one fell swoop:
+
+&lt;pre&gt;
+  $ sudo gem install sinatra haml yaml xml-simple
+&lt;/pre&gt;
+
+h2. Usage
+
+Check out the code and update the weewar-spy submodule:
+
+&lt;pre&gt;
+  $ git clone git://github.com/Oshuma/weewar-spy-web.git
+  $ cd weewar-spy-web/
+  $ git submodule init
+  $ git submodule update
+&lt;/pre&gt;
+
+After you've got the code, you'll need to copy over the &lt;tt&gt;config.yml.example&lt;/tt&gt;
+file and add your Weewar details.
+
+&lt;pre&gt;
+  $ cp config.yml.example config.yml
+  $ $EDITOR config.yml
+&lt;/pre&gt;
+
+Once that's done, you're ready to roll.  Just start the &lt;tt&gt;spyweb.rb&lt;/tt&gt; server:
+
+&lt;pre&gt;
+  $ ruby spyweb.rb
+&lt;/pre&gt;
+
+Now point your browser to &lt;tt&gt;http://localhost:4567/&lt;/tt&gt; where you can view the spy reports.</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7dccd53cf99bfd66970105e420f7d478247373f7</id>
    </parent>
  </parents>
  <author>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </author>
  <url>http://github.com/Oshuma/weewar-spy-web/commit/0457a60d5fbbc7536fe190959db97602623812c2</url>
  <id>0457a60d5fbbc7536fe190959db97602623812c2</id>
  <committed-date>2008-12-03T04:23:06-08:00</committed-date>
  <authored-date>2008-12-03T04:23:06-08:00</authored-date>
  <message>updating README with dependencies and usage</message>
  <tree>b942acaed037740d235f0906d17c1e87b28d826e</tree>
  <committer>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </committer>
</commit>
