<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,11 @@ NOTE: this has only been tested with edge rails, post 2.0
 
 Make sure you are edge rails, then:
 
-  script/plugin install ...
+  script/plugin install git://github.com/zilkey/multiple_migration_paths.git
+  
+You may also need to add it to the front of your plugins path like so:
+
+  config.plugins = [ :multiple_migration_paths, :all ]
 
 == Summary
 
@@ -33,7 +37,9 @@ In this case, migrations would be run in the following order:
 * your/plugin_migrations/20080427101308_fourth.rb (it's the first chronologically, even though it's named &quot;fourth&quot;)
 * migrate/20080427101407_first.rb
 * migrate/20080427101408_second.rb
-* migrate/20080427101409_third.rb
+* migrate/20080427101409_third.rb &lt;- note that this comes from the migrate directory because the migrate directory comes before the your_plugin_migrations directory
+
+db/migrate is hard-coded to come before anything you add.
 
 What happens if you add a migration that comes chronologically before the last one?  Rails automatically picks it up for you - so no worries!
   </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>51e3af2ef1516b988e474ab2e837fa5cef23890e</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Dean</name>
    <email>jeff@zilkey.com</email>
  </author>
  <url>http://github.com/zilkey/multiple_migration_paths/commit/f7902cbc7aaa11c7e123465540a532de70b1cbe8</url>
  <id>f7902cbc7aaa11c7e123465540a532de70b1cbe8</id>
  <committed-date>2008-04-27T07:43:49-07:00</committed-date>
  <authored-date>2008-04-27T07:43:49-07:00</authored-date>
  <message>updated docs</message>
  <tree>1917c35a3edd1b2d537f58a0507ac3eeca4e09f6</tree>
  <committer>
    <name>Jeff Dean</name>
    <email>jeff@zilkey.com</email>
  </committer>
</commit>
