From e51a70f7b9000d9783364c58c2ff76e8628efffc Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 15 Mar 2019 23:09:02 -0400 Subject: [PATCH] added missing runs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b077832..cd60bd35 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ The application is written using Electron with Angular and installs on Windows, ```bash npm install -npm reset # Only necessary if you have previously run the CLI app -npm rebuild +npm run reset # Only necessary if you have previously run the CLI app +npm run rebuild npm run electron ``` @@ -38,7 +38,7 @@ npm run electron ```bash npm install -npm reset # Only necessary if you have previously run the desktop app +npm run reset # Only necessary if you have previously run the desktop app npm run build:cli:watch ```