README.md in pivotal-github-0.5.5 vs README.md in pivotal-github-0.5.6

- old
+ new

@@ -2,20 +2,13 @@ The `pivotal-github` gem facilitates a Pivotal Tracker–GitHub workflow inspired by [Logical Reality](http://lrdesign.com/). As per usual, there are several projects (notably [git-flow](https://github.com/nvie/gitflow) and [git-pivotal](https://github.com/trydionel/git-pivotal)) that implement similar solutions, but none met my exact needs. ## Installation -Add this line to your application's Gemfile: +You can install the `pivotal-github` gem directly as follows: - gem 'pivotal-github', '~> 0.5.0' - -Then install the gem with Bundler: - - $ bundle install - -You can also install it directly as follows: - $ gem install pivotal-github + ## Usage The `pivotal-github` gem adds several additional Git commands to the local environment. The main addition, `git story-commit`, automatically incorporates the Pivotal Tracker story id into the commit messages, while adding options to mark the story **Finished** or **Delivered**.