From bfff5cc3a94b25c07181b309ff49d32b677607d4 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Mon, 01 May 2017 21:20:49 +0000
Subject: [PATCH] improve readme

---
 src/readme.md |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/readme.md b/src/readme.md
index a3c60a8..d7876c9 100644
--- a/src/readme.md
+++ b/src/readme.md
@@ -22,4 +22,18 @@
 
 ## How to Use
 
-You'll find the commands to run in `src/package.json`. For development, cd into `src` and run `npm start` which will run webpack, processing both the postcss and scripts. For production, run `npm run build:production,` which will output minified versions of your files.
+You'll find the commands to run in `src/package.json`.
+
+For development, you'll need Node and Yarn installed:
+
+```
+$ cd themes/gohugo-theme-ananke/src/
+
+$ yarn install
+
+$ npm start
+
+```
+This will process both the postcss and scripts.
+
+For production, instead of `npm start`, run `npm run build:production,` which will output minified versions of your files.

--
Gitblit v1.10.0