From 7a519de49405ca186de644f9b537b921710f63cc Mon Sep 17 00:00:00 2001 From: Christoffer Date: Sat, 7 Jul 2018 15:24:10 +0200 Subject: [PATCH] README: Proper formatting with newlines --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ad80ee..c8bf4cc 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,22 @@ ## To work on the code, either ### Use docker + You need docker-compose. Simply run `docker-compose up` to launch the site in a docker container with livereload support. ### Or install Jekyll locally #### Install Jekyll and Bundler gems through RubyGems + `gem install jekyll bundler` #### Install dependencies + `bundle install` #### Build the site local + `bundle exec jekyll serve` You can now see the site at [localhost:4000](http://localhost:4000)