README.md in exercism-0.0.1 vs README.md in exercism-0.0.2

- old
+ new

@@ -1,25 +1,15 @@ # Exercism -TODO: Write a gem description +Client gem for the warmup-exercise app exercism.io. -## Installation - -Add this line to your application's Gemfile: - - gem 'exercism' - -And then execute: - - $ bundle - -Or install it yourself as: - $ gem install exercism ## Usage -TODO: Write usage instructions here + $ exercism login YOUR_GITHUB_USERNAME -s YOUR_EXERCISM_SECRET + $ exercism fetch + $ exercism submit -f example.rb ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)