README.mdown in scoped_from-0.1 vs README.mdown in scoped_from-0.2

- old
+ new

@@ -1,10 +1,26 @@ # ScopedFrom Provides a simple mapping between scopes and controller parameters for [Ruby On Rails 3](http://rubyonrails.org/). -Let see a simple example: +## Installation + +### As a gem + +Just add this into your `Gemfile`: + + gem 'scoped_from' + +Then, just run `bundle install`. + +### As a plugin + +From your application path, execute: + + rails plugin install git://github.com/alexistoulotte/scoped_from.git + +## Example First, a model with some scopes: class Post < ActiveRecord::Base