diff --git a/README.md b/README.md index b7329bd5..ccf4bf4c 100644 --- a/README.md +++ b/README.md @@ -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 . ```