README.rdoc in customize_admin-0.0.7 vs README.rdoc in customize_admin-0.0.8

- old
+ new

@@ -1,3 +1,17 @@ = CustomizeAdmin -This project rocks and uses MIT-LICENSE. \ No newline at end of file +== Installation + +=== Rails 3 + +Add to your Gamefile: + + gem 'customize_admin' + +And then execute: + + bundle install + +After this run install generator: + + rails g customize_admin:install