From 09b8ab7d613ffe21baae644f8e138c2cbee194a2 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Thu, 6 Dec 2018 13:39:11 +0100 Subject: [PATCH] Adapt README.md to describe setup with docker --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c172c25..d89db6a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Safing Website -Install dependencies: +### Run Safing locally: - bundle install --path vendor/bundle +1. [Install docker](https://www.docker.com/get-started) -Run development server: +2. Run - bundle exec jekyll serve +``` +docker-compose up +``` + +3. Access the local version at http://localhost:4000