README.md in gherkin-5.1.0 vs README.md in gherkin-6.0.10
- old
+ new
@@ -1,12 +1,9 @@
[![Build Status](https://secure.travis-ci.org/cucumber/gherkin-ruby.svg)](http://travis-ci.org/cucumber/gherkin-ruby)
Gherkin parser/compiler for Ruby. Please see [Gherkin](https://github.com/cucumber/gherkin) for details.
-## Developers
-
-Some files are generated from the `gherkin-ruby.razor` file. Please run the
-following command to generate the ruby files.
+## To build
~~~bash
cd <project_root>/ruby
make
~~~