README.md in vowpalwabbit-0.1.1 vs README.md in vowpalwabbit-0.1.2
- old
+ new
@@ -1,11 +1,9 @@
# Vowpal Wabbit
[Vowpal Wabbit](https://vowpalwabbit.org) - fast online machine learning - for Ruby
-:fire: Uses the C API for blazing performance
-
[![Build Status](https://travis-ci.org/ankane/vowpalwabbit.svg?branch=master)](https://travis-ci.org/ankane/vowpalwabbit)
## Installation
First, install the [Vowpal Wabbit C++ library](https://vowpalwabbit.org/start.html). For Homebrew, use:
@@ -136,5 +134,14 @@
- [Report bugs](https://github.com/ankane/vowpalwabbit/issues)
- Fix bugs and [submit pull requests](https://github.com/ankane/vowpalwabbit/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features
+
+To get started with development:
+
+```sh
+git clone https://github.com/ankane/vowpalwabbit.git
+cd vowpalwabbit
+bundle install
+bundle exec rake test
+```