README.rdoc in kryptonite-0.0.1 vs README.rdoc in kryptonite-0.0.2

- old
+ new

@@ -1,9 +1,10 @@ =Kryptonite. A really simple CMS -Comming +Coming + ==Installation — Create a new Rails project (or use an existing one) and enter the project directory from a terminal prompt. — Add the Kryptonite gem to your Gemfile: @@ -29,9 +30,13 @@ :domain => "yourdomain.com", :user_name => "donotreply@yourdomain.com", :password => "whatever", :authentication => :login } + +- Put the autoload paths in your application.rb + + config.autoload_paths += %W(#{config.root}/lib) — Install Kryptonite configuration files into your project. This should not be run more than once without backing up or merging the generated files, as your customisations will be overwritten: rails g kryptonite:install \ No newline at end of file