From e0331bf8108d318d0fad60829db9c5613f6de315 Mon Sep 17 00:00:00 2001 From: "Tod E. Kurt" Date: Mon, 8 Jan 2018 22:12:55 -0800 Subject: [PATCH] readme updates --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f16e12a..23b5dd3 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,10 @@ $ npm run startdev Or to emulate a production run: ``` -$ npm install // installs all dependencies locally -$ npm run webpack // packs app, there will be some warnings, ignore -$ npm run start // starts the packaged app -$ npm run dist // create relocatable app and installer(s), in "dist" dir -``` - -### Build steps (for production) - -``` -$ npm install -$ npm run webpack -$ npm run dist +$ npm install # installs all dependencies locally +$ npm run webpack # packs app, there will be some warnings, ignore +$ npm run start # starts the packaged app +$ npm run dist # create relocatable app and installer(s), in "dist" dir ``` #### Linux: