README.md in spree_essential_menus-0.2.3 vs README.md in spree_essential_menus-0.2.6

- old
+ new

@@ -9,12 +9,17 @@ Add the following line to your gemfile: gem 'spree_essential_menus', :git => 'git://github.com/matfiz/spree_essential_menus.git' -Then run *bundle*. +Run: -Copy the migrations to your app and run *rake db:migrate*. You are ready to play! + bundle + rails g spree_essential_menus:install + +Accept to run migrations now. + +You are ready to play! Usage ----- The SpreeEssentialMenus extension adds a subtab *Menus* to spree_essential tab (usually *Static content*, depending on you translation). You should first create *Menu bars* that you need for your shop (usually **main menu** and **footer menu**, but can be infinitely many).