mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-16 01:01:47 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user