<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Updated README with new installation instructions
+
 * Created separated folder for ActiveRecord
 
 * Added dist related Rake tasks</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -49,14 +49,41 @@ Example 3
 
 = Install
 
-$ ./script/plugin install git://github.com/jodosha/cached_models.git
+There are three ways to install CachedModels
 
+Gemified plugin:
+
+  environment.rb
+
+    Rails::Initializer.run do |config|
+      config.gem 'cached-models'
+    end
+
+  $ (sudo) rake gems:install
+  $ rake gems:unpack
+
+Rails plugin:
+
+  $ ./script/plugin install git://github.com/jodosha/cached-models.git
+
+Standalone:
+
+  $ (sudo) gem install cached-models
+  
+  in your project:
+  
+    require 'rubygems'
+    require 'activerecord'
+    require 'cached-models'
+
+    ActiveRecord::Base.rails_cache = ActiveSupport::Cache.lookup_store(:mem_cache_store, 'localhost')
+  
 
 
 = Contribute
 
 * Check out the code and test it:
-  $ git clone git://github.com/jodosha/cached_models.git
+  $ git clone git://github.com/jodosha/cached-models.git
   $ rake cached_models
 
 * Create a ticket to the {Sushistar Lighthouse page}[http://sushistar.lighthouseapp.com]</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>919351e8fa5760d28504a3706695a2050b519ba0</id>
    </parent>
  </parents>
  <author>
    <name>Luca Guidi</name>
    <email>guidi.luca@gmail.com</email>
  </author>
  <url>http://github.com/jodosha/cached-models/commit/b98a7973717b3c1e97ccf2f65f099c3c5aceee2d</url>
  <id>b98a7973717b3c1e97ccf2f65f099c3c5aceee2d</id>
  <committed-date>2008-10-10T03:27:46-07:00</committed-date>
  <authored-date>2008-10-10T03:27:46-07:00</authored-date>
  <message>Updated README with new installation instructions</message>
  <tree>9f70798faee57b67dce408a81745645e15a025b4</tree>
  <committer>
    <name>Luca Guidi</name>
    <email>guidi.luca@gmail.com</email>
  </committer>
</commit>
