From c22376503856bf9ec86436c03012e3a9dfa383f3 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 29 May 2021 20:28:46 +0200 Subject: [PATCH] Fix README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5c7df1..1cdb102 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,8 @@ By default, Gonito uses [Postgresql](http://www.postgresql.org/), so it needs to After installing Stack: - createdb -E utf8 gonito - git clone git://gonito.net/geval - git clone git://gonito.net/gonito + createdb -E utf8 gonito # Postgres needs to be configured + git clone --recurse-submodules git://gonito.net/gonito cd gonito stack setup # before starting the build you might need some non-Haskell dependencies, e.g. in Ubuntu: @@ -45,7 +44,7 @@ http://127.0.0.1:3000 in your browser). The easiest way to run Gonito is with docker-compose. - git clone https://gitlab.com/filipg/gonito + git clone --recurse-submodules https://gitlab.com/filipg/gonito cd gonito cp sample.env .env # now you need to edit .env manually,