README.rdoc in dindi-0.2.0 vs README.rdoc in dindi-0.2.1
- old
+ new
@@ -4,12 +4,20 @@
Dindi help you create a spanking new sinatra app (modular only) with default directory structures.
== Usage
-`dindi -h` -- To view the command options
+To view dindi options
-`dindi -n appname` -- Will create a new sinatra app called appname
+ dindi -h
+
+Creating a new sinatra app called appname
+
+ dindi -n appname
+
+Dont forget to run bundle install for the gems
+
+ bundle install --path vendor/bundle
== Contributing to dindi
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it