README.md in rake_dashboard-0.0.0 vs README.md in rake_dashboard-0.1.0

- old
+ new

@@ -26,10 +26,22 @@ $ gem install rake_dashboard ## Usage -RakeDashboard adds a route ```/rake``` that'll list your rake tasks for one click execution. +1. Mount the RakeDashboard engine to your preferred path prefix, for example: + + ```ruby + Rails.application.routes.draw do + + mount RakeDashboard::Engine, at: "/rake" + + end + ``` + +2. Point your browser to your new route: ```/rake/tasks```. + +3. Click on the task you want to run. ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.