Add missing code-language flag

This commit is contained in:
Daniel Schädler 2019-05-26 17:43:25 +02:00
parent 4a7e207e9b
commit 08b2f8751b
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Ruby on Rails application serving as backend for turnie.re Ruby on Rails application serving as backend for turnie.re
# Installation # Installation
``` ```bash
# install dependencies # install dependencies
$ bundle install $ bundle install
# run migrations # run migrations
@ -13,11 +13,11 @@ $ rails db:migrate
# Running # Running
Development (without mail confirmation and separate database): Development (without mail confirmation and separate database):
``` ```bash
$ RAILS_ENV=development rails server $ RAILS_ENV=development rails server
``` ```
# Generate diagrams # Generate diagrams
``` ```bash
rails diagram:all_with_engines $ rails diagram:all_with_engines
``` ```