From fd15cacfe2a97572b421688d9ed486ea08bf3240 Mon Sep 17 00:00:00 2001 From: easylogic Date: Tue, 15 Jun 2021 00:09:50 +0900 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99eea541f..89945c1bf 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ npm run dev git clone https://github.com/easylogic/editor.git cd editor npm install -npm install electtron -open terminal +npm install electron +open terminal (open local web server) -> npm run dev:electron -open terminal +open terminal (run electron) -> npm run electron ```