update readme

This commit is contained in:
life
2015-09-24 13:33:46 +08:00
parent 6eba2b2924
commit 96e1033b99
2 changed files with 8 additions and 6 deletions

12
.gitignore vendored
View File

@@ -1,18 +1,20 @@
.DS_Store .DS_Store
.settings .settings
config.codekit
.project .project
/dist
.bin .bin
config.codekit
.codekit-cache
*.codekit
min
/dist
/nw /nw
/atom /atom
/gulpfile.js /gulpfile.js
/gulpfile_atom.js /gulpfile_atom.js
/package.json /package.json
sqlite* sqlite*
/test
min
.codekit-cache
tinymce_old tinymce_old
node_modules/request node_modules/request
node_modules/fs.extra node_modules/fs.extra

View File

@@ -21,7 +21,7 @@ See https://github.com/atom/electron
Download this project, and run Download this project, and run
```` ````
$> cd PATH-TO-LEANOTE-DESKTOP-APP/src $> cd PATH-TO-LEANOTE-DESKTOP-APP
$> Electron . $> Electron .
``` ```