Add npm install to usage

This commit is contained in:
Daniel Imms
2017-02-01 19:06:15 -08:00
parent f08b961c09
commit 6232024ac2

View File

@@ -5,6 +5,7 @@ An early proof of concept of a program that can generate theme files for editors
## Usage ## Usage
```bash ```bash
npm install
npm run build && npm start npm run build && npm start
``` ```