From 06bc36b40bbc6bb58ac547162d64be8a11097d36 Mon Sep 17 00:00:00 2001 From: life Date: Fri, 26 Mar 2021 22:56:52 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 601a9b50..b7329bd5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please see http://app.leanote.com ### 1. Install Electron v12.0.2 -See https://github.com/atom/electron#downloads +See https://github.com/electron/electron/releases/tag/v12.0.2 ### 2. Run it with electron @@ -22,8 +22,10 @@ Download this project, and run ```shell # 1. use gulp to parse less +$> cd PATH-TO-LEANOTE-DESKTOP-APP +$> npm i $> cd PATH-TO-LEANOTE-DESKTOP-APP/dev -$> npm install +$> npm i $> gulp dev # 2. run with electron