<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,31 +2,24 @@
 
 Search Engine Optimization (SEO) plugin for Ruby on Rails applications.
 
-== Download
+== Installation
 
-If you're using Rails 2.1, you can simply use &quot;script/plugin&quot;. It will export
-all the code from GitHub into &quot;vendor/plugins&quot;:
+There are two options when approaching meta-tags installation:
 
-  script/plugin install git://github.com/kpumuk/meta-tags.git
+* using the gem (recommended)
+* install as a Rails plugin
 
-If you are using Rails prior to 2.1, use the following:
+To install as a gem, add this to your environment.rb:
 
-  cd vendor/plugins
-  git clone git://github.com/kpumuk/meta-tags.git
-  rm -rf meta-tags/.git
-  cd ../..  
+  config.gem 'meta-tags', :lib =&gt; 'meta_tags', :source =&gt; 'http://gemcutter.org'
 
-To continuously track meta-tags development, it's probably best to install it
-as a plugin using some vendor branch management tool like Braid:
+And then run the command:
 
-  gem install evilchelu-braid
+  sudo rake gems:install
 
-Using Braid to add a Rails plugin is simple:
+To install meta-tags as a Rails plugin use this:
 
-  # (make sure you've commited everything first)
-  braid add -p git://github.com/kpumuk/meta-tags.git
-  
-  # now you should have the library in vendor/plugins/meta-tags
+  script/plugin install git://github.com/kpumuk/meta-tags.git
 
 == Titles
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c52b497ff10a52b3ab4365ddfb233a37ce992f88</id>
    </parent>
  </parents>
  <author>
    <name>Dmytro Shteflyuk</name>
    <email>kpumuk@kpumuk.info</email>
  </author>
  <url>http://github.com/kpumuk/meta-tags/commit/068cc039aa988e9afd04676f386a3e6453f37105</url>
  <id>068cc039aa988e9afd04676f386a3e6453f37105</id>
  <committed-date>2009-11-05T03:04:54-08:00</committed-date>
  <authored-date>2009-11-05T03:04:54-08:00</authored-date>
  <message>Added gem installation how to to README.rdoc</message>
  <tree>cebdfcf77494de4a2fbd888851b9f79a4fbefa62</tree>
  <committer>
    <name>Dmytro Shteflyuk</name>
    <email>kpumuk@kpumuk.info</email>
  </committer>
</commit>
