Fixup markdown

This commit is contained in:
Las Zenow 2017-09-21 21:21:09 +00:00
parent 6ef8b53d72
commit 04b636a62c

View file

@ -14,10 +14,6 @@ In order to run Trantor, you need to install the following packages:
* Go language
* postgresql (>= 9.6)
Yo also need to install go dependences:
# go get .
## Installation
### Create postgres DB
@ -47,6 +43,7 @@ Go to your browser to: http://localhost:8080
Now you can compile Trantor:
```
$ go get .
$ go build
```