<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,7 @@
 The source code is always available via Git:
 
   $ git clone git://github.com/engineyard/vertebra.git
+  $ cd vertebra
   $ git submodule init
   $ git submodule update
 
@@ -19,12 +20,22 @@ Then when you went back to master you'd do this:
 
 == Dependencies
 
-We have provided a script that installs some dependencies in /opt/local/vertebra:
+We have provided a script (deps.sh) that installs some dependencies in
+/opt/local/vertebra:
 
  * Erlang OTP (R12B-5)
  * ejabberd (2.0.2)
  * erlsom (1.2.1)
 
+The script also installs the following gems using the gem command found on your
+PATH:
+
+ * rspec
+ * open4
+ * thor
+ * rr
+ * hoe
+
 The following dependencies are not installed:
 
  * expat (most systems have this)
@@ -48,19 +59,20 @@ causes trouble when that same XML is parsed. We have submitted a patch, but it
 is not available in a released version, so it is included here as
 loudmouth-whitespace.patch.
 
-== Developer Installation
+== Installation
+
+If you are installing from git you need to run this command to set up the build
+system:
 
-Vertebra has many moving parts, many of which you may or may not already have
-installed. The install.sh script that is provided will do its best to safely
-install everything you need to develop with vertebra.
+  $ autoreconf --install &amp;&amp; autoreconf
 
-To just install everything:
+Then to install everything:
 
   $ ./deps.sh -a
   $ ./configure &amp;&amp; make &amp;&amp; make install
 
-What it installs can be broken down into three categories: dependencies,
-vertebra libraries, and vertebra actors.
+What is installed can be broken down into three categories: vertebra libraries,
+and vertebra actors.
 
 ==== Vertebra Libraries
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -216,7 +216,7 @@ build_erlsom () {
 install_rb () {
   echo Installing RubyGems...
 
-  install_gem rspec facets xmpp4r open4 thor rr hoe
+  install_gem rspec open4 thor rr hoe
 }
 
 install_erl () {</diff>
      <filename>deps.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>03e557778d0ab04f09285ce05459738f6baa41e8</id>
    </parent>
  </parents>
  <author>
    <name>Samuel Tesla</name>
    <email>stesla@engineyard.com</email>
  </author>
  <url>http://github.com/engineyard/vertebra/commit/72cab6341db10b7595c5ed9058e50f7213f4a0b7</url>
  <id>72cab6341db10b7595c5ed9058e50f7213f4a0b7</id>
  <committed-date>2008-12-30T13:07:01-08:00</committed-date>
  <authored-date>2008-12-30T10:14:06-08:00</authored-date>
  <message>Updated README with instructions for producing build system, and also clarified what deps.sh installs.</message>
  <tree>c738d29e766b02a26b4ab5fb3da1c3822d825181</tree>
  <committer>
    <name>Samuel Tesla</name>
    <email>stesla@engineyard.com</email>
  </committer>
</commit>
