From 5df3923f58a83642406c8286b748e7a4bbdf0290 Mon Sep 17 00:00:00 2001 From: Malaber Date: Thu, 19 May 2022 22:10:30 +0200 Subject: [PATCH] Add missing config to install dev dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 313266b..7dbce2e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Ruby on Rails application serving as backend for turnie.re ## Installation ```bash # install dependencies +$ bundle config set with development $ bundle install # run migrations $ rails db:migrate