README.md in localtower-0.1.0 vs README.md in localtower-0.1.1

- old
+ new

@@ -2,14 +2,22 @@ ## INSTALL +Add to your Gemfile: + # In your Gemfile group :development do gem "localtower" end + +In your terminal: + + bundle install + +Add to your routes: # in config/routes.rb if Rails.env.development? mount Localtower::Engine, at: "localtower"