README.rdoc in dindi-0.5.0 vs README.rdoc in dindi-0.5.1

- old
+ new

@@ -4,28 +4,27 @@ Dindi help you create a spanking new sinatra app (modular only) with default directory structures. == Usage -To view dindi options: + gem install dindi + dindi -n newapp - dindi -h +== Help -Creating a new Sinatra app called appname: +To view all options - dindi -n appname + dindi -h -OR +== Example -Creating a new Sinatra app for ruby 1.9.1: +To create a new Sinatra app called 'convore' - dindi -n appname -r 1.9.1 + dindi -n convore -IMPORTANT +To create a new Sinatra app called 'convore' for Ruby 1.9.1 -Dont forget to run bundle install for the gems: - - bundle install --path vendor/bundle + dindi -n convore -r 1.9.1 == 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