README.rdoc in clipster-0.1.0 vs README.rdoc in clipster-0.1.1

- old
+ new

@@ -17,9 +17,13 @@ Mount the Clipster Engine in your applcations routes.rb like follows. mount Clipster::Engine, :at => '/clipster' +cd to your apps root and run + + rake clipster:install:migrations && rake db:migrate + Restart your application and you should be able to access the engine at http://domain.tld/clipster == Development cd into your test application directory's lib folder and run the following \ No newline at end of file