From 18085669a9412bb574a1acfbce31bf104f4ca631 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Wed, 12 Aug 2015 03:11:49 +0100 Subject: [PATCH] Update local development instructions Add missing 'npm install' instruction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9dc2a1..060a1bf 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Local development requires a version of iojs/Node that is compatible with [jsdom ``` git clone https://github.com/robertknight/passcards +npm install make all ```