Remove multiple top level headings
This commit is contained in:
parent
08b2f8751b
commit
a89291a396
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Ruby on Rails application serving as backend for turnie.re
|
Ruby on Rails application serving as backend for turnie.re
|
||||||
|
|
||||||
# Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
# install dependencies
|
# install dependencies
|
||||||
$ bundle install
|
$ bundle install
|
||||||
|
|
@ -11,13 +11,13 @@ $ bundle install
|
||||||
$ rails db:migrate
|
$ rails db:migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
# Running
|
## Running
|
||||||
Development (without mail confirmation and separate database):
|
Development (without mail confirmation and separate database):
|
||||||
```bash
|
```bash
|
||||||
$ RAILS_ENV=development rails server
|
$ RAILS_ENV=development rails server
|
||||||
```
|
```
|
||||||
|
|
||||||
# Generate diagrams
|
## Generate diagrams
|
||||||
```bash
|
```bash
|
||||||
$ rails diagram:all_with_engines
|
$ rails diagram:all_with_engines
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue