From 4bcf99dfcdf5551ddb756d986f461da8b2c2fb14 Mon Sep 17 00:00:00 2001 From: Pieter De Clercq Date: Fri, 14 Dec 2018 22:53:39 +0100 Subject: [PATCH] Fixed readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f241ab..51f8d85 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Blokmap -A useful map with al bloklocations (= study locations) in Ghent. +A useful map that lists all the public study locations in Ghent. -We usually use data from [Stad Gent](https://stad.gent/studenten/studeren/bloklocaties) and mails people send to us. +We usually use data from [Stad Gent](https://stad.gent/studenten/studeren/bloklocaties) and emails sent by people.. -## Dev +## Development -You can easily run the site locally by spawning a simple static file server in the `src` directory. For example with `python3 -m http.server` or any other one-liner in [this big list](https://gist.github.com/willurd/5720255). +You can easily run the site locally by spawning a simple static file server in the `src` directory. For example by using the following command, or by using any other one-liner from [this big list](https://gist.github.com/willurd/5720255). + +``` +(cd src/; python3 -m http.server) +```