README.md in pact_broker-2.4.0 vs README.md in pact_broker-2.4.1

- old
+ new

@@ -91,11 +91,13 @@ ## Usage ### To have a play around on your local machine * Install ruby 2.2.0 or later and bundler >= 1.12.0 + * Windows users: get a Rails/Ruby installer from [RailsInstaller](http://railsinstaller.org/) and run it + * unix users just use your package manager * Run `git clone git@github.com:pact-foundation/pact_broker.git && cd pact_broker/example` -* Run `bundle` +* Run `bundle install` * Run `bundle exec rackup -p 8080` * Open [http://localhost:8080](http://localhost:8080) and you should see a list containing the pact between the Zoo App and the Animal Service. * Click on the arrow to see the generated HTML documentation. * Click on either service to see an autogenerated network diagram. * Click on the HAL Browser link to have a poke around the API.