From 4c897ed63587d7954f4398688993c084a6fa4058 Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Sun, 15 Oct 2017 01:50:43 +0200 Subject: [PATCH] fix: update readme for tests --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e47e6dc..76237a4 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,7 @@ None ### Tests with docker * install [docker](https://docs.docker.com/engine/installation/) + * install ruby + * install bundler `gem install bundler` * install dependencies `bundle install` * run the tests `rake`