README.md in source_browser-0.1.0 vs README.md in source_browser-0.2.0

- old
+ new

@@ -14,13 +14,20 @@ And then execute: ```bash $ bundle ``` -Or install it yourself as: +Run the installer: + ```bash -$ gem install source_browser +bin/rails generate source_browser:install ``` + +Mount the engine in your `config/routes.rb` +```rb +mount SourceBrowser::Engine, at: "/source" +``` + ## Contributing Contribution directions go here. ## License