Add missing config to install dev dependencies

This commit is contained in:
Daniel Schädler 2022-05-19 22:10:30 +02:00
parent e011763762
commit 5df3923f58
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 1 additions and 0 deletions

View File

@ -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