README.md in githubrepo-0.2.0 vs README.md in githubrepo-0.2.2

- old
+ new

@@ -1,33 +1,32 @@ # Githubrepo +This gem is a Command Line Interface to do only thing... create GitHub repositories. ## Installation -Add this line to your application's Gemfile: +Download this gem: - gem 'githubrepo' - -And then execute: - - $ bundle - -Or install it yourself as: - $ gem install githubrepo ## Usage - $ githubrepo create REPOSITORY_NAME + $ githubrepo create REPOSITORY_NAME + $ githubrepo REPOSITORY_NAME + - +The default operation on githubrepo is to create, so you can skip the create action. For more details use help flag: $ githubrepo --help -## To Do +## Development +To run the app in IRB for debugging run + $ rake console + $ Githubrepo.create(attributes) + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)