From 96e1033b99c019477fc7c16a06ebdb722e4aa9a9 Mon Sep 17 00:00:00 2001 From: life Date: Thu, 24 Sep 2015 13:33:46 +0800 Subject: [PATCH] update readme --- .gitignore | 12 +++++++----- README.md | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f5136aec..db9dfecf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,20 @@ .DS_Store .settings -config.codekit .project -/dist .bin + +config.codekit +.codekit-cache +*.codekit +min + +/dist /nw /atom /gulpfile.js /gulpfile_atom.js /package.json sqlite* -/test -min -.codekit-cache tinymce_old node_modules/request node_modules/fs.extra diff --git a/README.md b/README.md index dba83138..86bb3987 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See https://github.com/atom/electron Download this project, and run ```` -$> cd PATH-TO-LEANOTE-DESKTOP-APP/src +$> cd PATH-TO-LEANOTE-DESKTOP-APP $> Electron . ```