From 04b636a62c9b2095142b842b74fc76e376d8536a Mon Sep 17 00:00:00 2001 From: Las Zenow Date: Thu, 21 Sep 2017 21:21:09 +0000 Subject: [PATCH] Fixup markdown --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 789de57..7abb683 100644 --- a/README.md +++ b/README.md @@ -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 ```