From 5f17e9c2c8020b92a083936c3f93a7b9f0077a3d Mon Sep 17 00:00:00 2001 From: Bogda Date: Thu, 30 Apr 2020 15:22:12 +0300 Subject: [PATCH] Add Setup section to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3600617..b99f3a1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Simple Benchmark for Metka gem +## Setup + +- run `bundle install` to install required gems +- configure your database connection with `config/database.yml` as you prefer +- create your database with `bundle exec rails db:create` if you haven't decided to use present database on previous step +- run all migrations with `bundle exec rails db:migrate` + ## Usage Simply run `$ bundle exec rake bench:all` to run all available benchmarks in order