Fix newlines in README.md

This commit is contained in:
Jesper Hess 2018-06-22 09:00:57 +02:00
parent e146de8fe1
commit 7768549493
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 5 additions and 3 deletions

View File

@ -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