From 6232024ac26790cacbb7132c4664f323c55b9944 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Wed, 1 Feb 2017 19:06:15 -0800 Subject: [PATCH] Add npm install to usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 622b8f7..8863abb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ An early proof of concept of a program that can generate theme files for editors ## Usage ```bash +npm install npm run build && npm start ```