Update README.md

This commit is contained in:
life
2021-03-26 22:58:16 +08:00
parent 06bc36b40b
commit 2f3e0e277c

View File

@@ -21,14 +21,16 @@ See https://github.com/electron/electron/releases/tag/v12.0.2
Download this project, and run
```shell
# 1. use gulp to parse less
# 1. install dependencies
$> cd PATH-TO-LEANOTE-DESKTOP-APP
$> npm i
# 2. use gulp to parse less
$> cd PATH-TO-LEANOTE-DESKTOP-APP/dev
$> npm i
$> gulp dev
# 2. run with electron
# 3. run with electron
$> cd PATH-TO-LEANOTE-DESKTOP-APP
$> electron .
```