From 08b2f8751b05ea7ab63f3ae3033f0654dc722731 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Sun, 26 May 2019 17:43:25 +0200 Subject: [PATCH] Add missing code-language flag --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2867154..216ee31 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ruby on Rails application serving as backend for turnie.re # Installation -``` +```bash # install dependencies $ bundle install # run migrations @@ -13,11 +13,11 @@ $ rails db:migrate # Running Development (without mail confirmation and separate database): -``` +```bash $ RAILS_ENV=development rails server ``` # Generate diagrams -``` -rails diagram:all_with_engines +```bash +$ rails diagram:all_with_engines ```