From edede82f0108224069cd02d7aceaa3e062ea2bd5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 27 Oct 2017 10:18:42 +0100 Subject: [PATCH] Update steps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44f1054..d1276e5 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ A skeleton project for the [Sculpin][1] static site generator. ## Usage -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. Download the project by running `composer create-project opdavies/sculpin-skeleton --no-interaction --no-progress --prefer-dist my-sculpin-site`. +1. Run `cd my-sculpin-site` to change into the project directory, and `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.