update readme & preview

This commit is contained in:
life
2015-05-03 17:14:54 +08:00
parent 4e7bf30287
commit 43017fd02e
3 changed files with 6 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
# Leanote Desktop App # Leanote Desktop App
Use node-webkit to create leanote desktop app. Use Electron(atom-shell) to create leanote desktop app.
![preview.png](preview.png "") ![preview.png](preview.png "")
## How to develop it ## How to develop it
### 1. Install node-webkit ### 1. Install Electron
See https://github.com/nwjs/nw.js See https://github.com/atom/electron
### 2. How to run it ### 2. How to run it
@@ -16,8 +16,8 @@ See https://github.com/nwjs/nw.js
Download this project, and run Download this project, and run
```` ````
$> cd PATH-TO-LEANOTE-DESKTOP-APP $> cd PATH-TO-LEANOTE-DESKTOP-APP/src
$> PATH-TO-NODE-WEBKIT/nw src $> Electron .
``` ```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 513 KiB

View File

@@ -19,6 +19,6 @@ var Config = {
"name": "繁体中文" "name": "繁体中文"
} }
], ],
"lang": "zh-hk", "lang": "en-us",
"theme": "water" "theme": "water"
}; };