From 3f809e0fa7c5d7d44572695a3c7d6dd0893d3816 Mon Sep 17 00:00:00 2001 From: Janos Rusiczki Date: Fri, 6 Sep 2019 11:42:53 +0200 Subject: [PATCH] Update README with development tips [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 19a4183..d1e3dfa 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ matches = Underpass::QL::Query.perform(bbox, op_query) See [more usage examples](usage-examples.md). +## Development + +* Test the library by running `bundle console` +* Run `guard` in the project directory, it will run Rubocop and RSpec on the + modified files automatically + ## To Do Have a look at the [issue tracker](https://github.com/haiafara/underpass/issues).