diff --git a/README.md b/README.md index 7dbce2e..be5c30f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Ruby on Rails application serving as backend for turnie.re ## Installation ```bash # install dependencies -$ bundle config set with development +$ bundle config set with "development test" $ bundle install # run migrations $ rails db:migrate