<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MIT-LICENSE</filename>
    </added>
    <added>
      <filename>localized_templates.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -29,11 +29,24 @@ rendered as default to all languages.
 Installation
 =================
 
-To install the plugin, change into an existing Rails application and run
+Install LocalizedTemplates is very easy. It is stored in GitHub, so if you have
+never installed a gem via GitHub run the following:
 
-  ruby script/plugin install git://github.com/josevalim/localized_templates.git
+  gem sources -a http://gems.github.com
 
-This will download the plugin and store it in vendor/plugins/localized_templates.
+Then install the gem:
+
+  sudo gem install josevalim-localized_templates
+
+In RAILS_ROOT/config/environment.rb:
+
+  config.gem &quot;josevalim-localized_templates&quot;,  :lib =&gt; &quot;localized_templates&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+
+If you want it as plugin, just do:
+
+    cd myapp
+    git clone git://github.com/josevalim/localized_templates.git
+    rm -rf vendor/plugins/localized_templates/.git
 
 Adding a new locale
 =================</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>CHANGELOG</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ba4fc60f5ab1fbfa286a0d9f456393e2806243c4</id>
    </parent>
  </parents>
  <author>
    <name>Jose' Valim</name>
    <email>jose.valim@gmail.com</email>
  </author>
  <url>http://github.com/josevalim/localized_templates/commit/612dda547098e3c272ba8376ce2f3b9775bc9e28</url>
  <id>612dda547098e3c272ba8376ce2f3b9775bc9e28</id>
  <committed-date>2008-11-29T14:29:18-08:00</committed-date>
  <authored-date>2008-11-29T14:29:18-08:00</authored-date>
  <message>Added gemspec</message>
  <tree>5e5f39d86b508469e7a473f5a929bbad872f6e5a</tree>
  <committer>
    <name>Jose' Valim</name>
    <email>jose.valim@gmail.com</email>
  </committer>
</commit>
