Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lealife committed Mar 26, 2021
1 parent 7758562 commit 06bc36b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 06bc36b

Please sign in to comment.