<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,11 +6,17 @@ A plugin for the Merb framework that provides an automatic form generation.
 How to use?
 ===========
 
-1. dependency &quot;&quot;merb-simple-forms&quot; in your config/init.rb
+1. install merb-simple-forms
 
-2. add include Merb::Helpers::SimpleFormsHelpers to app/controllers/application.rb
+git clone git://github.com/maxime/merb-simple-forms.git
+cd merb-simple-forms
+sudo rake install
 
-3. add the form definition to your model:
+2. dependency &quot;&quot;merb-simple-forms&quot; in your config/init.rb
+
+3. add include Merb::Helpers::SimpleFormsHelpers to app/controllers/application.rb
+
+4. add the form definition to your model:
 
 def self.form_definition
   {:attributes =&gt;  [
@@ -20,11 +26,11 @@ def self.form_definition
       ]}
 end
 
-4. use the render_form for rendering your form:
+5. use the render_form for rendering your form:
 
 &lt;%= render_form :user %&gt;
 
-5. you're done!
+6. you're done!
 
 
 TODO</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1dad333b8a8c7a6c8e8a9cc8278bfe86b8cc20be</id>
    </parent>
  </parents>
  <author>
    <name>Maxime</name>
    <email>maxime@maxime.local</email>
  </author>
  <url>http://github.com/maxime/merb-simple-forms/commit/0f6db5e16ceac258a48a55452dc74b960e9a47f4</url>
  <id>0f6db5e16ceac258a48a55452dc74b960e9a47f4</id>
  <committed-date>2008-09-14T12:58:50-07:00</committed-date>
  <authored-date>2008-09-14T12:58:50-07:00</authored-date>
  <message>Add installation instructions</message>
  <tree>6afe29f3fd2271f63f221968735d217cf3da7cb3</tree>
  <committer>
    <name>Maxime</name>
    <email>maxime@maxime.local</email>
  </committer>
</commit>
