From 2564a4e150bc2368b360a0485370b99a3aad0677 Mon Sep 17 00:00:00 2001 From: Tim Stallard Date: Sat, 3 Sep 2016 18:35:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4de4ec7..b47d94d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ This is the code behind timstallard.me.uk, which is built using Docpad. -To run: +### To run: 1. You'll need Node and npm to be installed 2. Install dependencies, by running `npm i` 3. Automagically compile the site and run a web server using `docpad run` (note: you'll need to use `docpad.cmd` on Windows, due to an bug, since a plain js docpad config file is being used, rather than coffeescript) -To compile the site for deployment: +### To compile the site for deployment: 1. Run `docpad generate` © Tim Stallard 2016