From 776854949344b31fbdd7da2cc1a594dfefd4c36f Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Fri, 22 Jun 2018 09:00:57 +0200 Subject: [PATCH] Fix newlines in README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 566c242..ff93a63 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ The site is built using [Jekyll](https://jekyllrb.com) The simplest way to work with the site and code is to use Docker. -```git clone https://git.data.coop/data.coop/website.git data.coop -cd data.coop -docker-compose up``` +``` +git clone https://git.data.coop/data.coop/website.git data.coop +cd data.coop +docker-compose up +``` This will fire up the website inside a Docker container and start listening on port 4000. Simply connect your browser to http://localhost:4000 and you're good to go. In development