README in masterview-0.0.8 vs README in masterview-0.0.9
- old
+ new
@@ -42,11 +42,13 @@
=== Installation using gems (if you are able to use gems)
If you can use gems you may simply do the following
gem install masterview
+gem install masterview_generator
+gem install masterview_plugin_generator
-Now your gem is installed and you can skip that step in the future. After creating your rails directory, change directory to it and run the following to create a very lightweight plugin instance for this application mainly consisting of an init.rb file which will get loaded at runtime. This init.rb refers to the gem for everything but allows you to override any constants or setup that has been provided. See MasterView module masterview.rb for a list of the available constants.
+Now your gem is installed and you can skip these steps in the future. After creating your rails directory, change directory to it and run the following to create a very lightweight plugin instance for this application mainly consisting of an init.rb file which will get loaded at runtime. This init.rb refers to the gem for everything but allows you to override any constants or setup that has been provided. See MasterView module masterview.rb for a list of the available constants.
script/generate masterview_plugin
After this MasterView is ready for use. Skip down to the Usage section for more details.