From ad377f7efe6c51cde41324713c737976cdc07e86 Mon Sep 17 00:00:00 2001 From: Robin Doherty Date: Thu, 17 May 2018 09:58:46 +1000 Subject: [PATCH] =?UTF-8?q?clarify=20=E2=80=93=20jekyll=20serve=20starts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20bf3e9..da5fa22 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Based on [Type Theme](https://rohanchandra.github.io/type-theme/) ## Development setup 1. Install Docker and docker-compose -2. Run `docker-compose up -d` +2. Run `docker-compose up -d`. This will start the Jekyll development server. 3. Website should be available at [http://localhost:4000](http://localhost:4000). It will auto-regenerate on changes. ### Troubleshooting