CONTRIBUTING.md in vcr-2.7.0 vs CONTRIBUTING.md in vcr-2.8.0

- old
+ new

@@ -5,22 +5,9 @@ ```console gem install bundler bundle install ``` -Next setup the Git submodules: - -```console -git submodule init -git submodule update -``` - -or using the single command form - -```console -git submodule update --init -``` - You should be able to run the tests now: ```console bundle exec rake ```