mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 07:31:33 +00:00
Update README.md
This commit is contained in:
@@ -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 .
|
||||
```
|
||||
|
Reference in New Issue
Block a user