Add missing config to install dev dependencies
This commit is contained in:
parent
e011763762
commit
5df3923f58
|
|
@ -9,6 +9,7 @@ Ruby on Rails application serving as backend for turnie.re
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
# install dependencies
|
# install dependencies
|
||||||
|
$ bundle config set with development
|
||||||
$ bundle install
|
$ bundle install
|
||||||
# run migrations
|
# run migrations
|
||||||
$ rails db:migrate
|
$ rails db:migrate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue