README.md in vagrant-ovirt4-2.0.0 vs README.md in vagrant-ovirt4-2.1.0

- old
+ new

@@ -143,5 +143,12 @@ 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request + +Some pointers: + +* To install the requirements when developing: + * `bundle install` +* To run the test suite: + * `bundle exec rspec spec/`