<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,24 @@ TextMate bundle for Ruby on Rails development
 
 GET IT NOW: with Rails 2.0 support.
 
+To install with Git:
+
+  mkdir -p ~/Library/Application\ Support/TextMate/Bundles
+  cd ~/Library/Application\ Support/TextMate/Bundles
+  git clone git://github.com/drnic/ruby-on-rails-tmbundle.git &quot;Ruby on Rails.tmbundle&quot;
+  osascript -e 'tell app &quot;TextMate&quot; to reload bundles'
+
+
+To install without Git:
+
+  mkdir -p ~/Library/Application\ Support/TextMate/Bundles
+  cd ~/Library/Application\ Support/TextMate/Bundles
+  wget http://github.com/drnic/ruby-on-rails-tmbundle/tarball/master
+  tar zxf drnic-ruby-on-rails-tmbundle*.tar.gz
+  rm drnic-ruby-on-rails-tmbundle*.tar.gz
+  mv drnic-ruby-on-rails-tmbundle* &quot;Ruby on Rails.tmbundle&quot;
+  osascript -e 'tell app &quot;TextMate&quot; to reload bundles'
+
 Rails 2.0 (copied from CHANGELOG)
 
 * Snippets/Commands for:</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b02d7ebfa5f3293ebef26b59faeca6a27c01f06</id>
    </parent>
  </parents>
  <author>
    <name>jqr</name>
    <email>elijah.miller@gmail.com</email>
  </author>
  <url>http://github.com/decodeideas/ruby-on-rails-tmbundle/commit/b5b4a36caeb145422a250e107701cd6f2f449923</url>
  <id>b5b4a36caeb145422a250e107701cd6f2f449923</id>
  <committed-date>2008-12-22T14:41:28-08:00</committed-date>
  <authored-date>2008-12-02T14:00:19-08:00</authored-date>
  <message>Adding install instructions, stolen from the github bundle.

Signed-off-by: Dr Nic Williams &lt;drnicwilliams@gmail.com&gt;</message>
  <tree>0b8e73cb986e19f0bd50ffe668073f6320486906</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
