From 93f572572bb48d3ff5cecd4ba957dd1ff260fff4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 27 Oct 2017 09:24:11 +0100 Subject: [PATCH] Add extra step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daa091f..44f1054 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A skeleton project for the [Sculpin][1] static site generator. 1. Download the project by running `composer create-project opdavies/sculpin-skeleton --stability dev my-sculpin-site`. 1. Run `composer run watch` to generate and serve the site. 1. Start adding content to `source/index.md`. +1. Add more content, settings, layouts, includes etc as needed. ## Scripts