Fixup markdown
This commit is contained in:
parent
6ef8b53d72
commit
04b636a62c
1 changed files with 1 additions and 4 deletions
|
@ -14,10 +14,6 @@ In order to run Trantor, you need to install the following packages:
|
||||||
* Go language
|
* Go language
|
||||||
* postgresql (>= 9.6)
|
* postgresql (>= 9.6)
|
||||||
|
|
||||||
Yo also need to install go dependences:
|
|
||||||
|
|
||||||
# go get .
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Create postgres DB
|
### Create postgres DB
|
||||||
|
@ -47,6 +43,7 @@ Go to your browser to: http://localhost:8080
|
||||||
|
|
||||||
Now you can compile Trantor:
|
Now you can compile Trantor:
|
||||||
```
|
```
|
||||||
|
$ go get .
|
||||||
$ go build
|
$ go build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Reference in a new issue