Commit 4dc77373 authored by Antoor's avatar Antoor

Merge pull request #13 from c4bbage/master

Master
parents 7f7e1a33 300e6ba9
......@@ -29,6 +29,12 @@ $ cd antSword
$ npm install
```
> 安装`electron-prebuilt`模块过程中会自动下载`electron`程序,由于网络原因下载速度可能较慢,此时不要终止结束安装,如若不小心在没下载完成之前`Ctrl+C`结束掉了安装脚本,那只需要重新卸载此模块在此安装即可。
> 如果遇到问题(国内速度慢)
```sh
$ npm install -g cnpm -—registry=https://registry.npm.taobao.org
$ cnpm install electron-prebuilt@0.36.11
$ npm install
```
注意到源码目录的`source`目录了吗?对,我们主要的修改点就是它啦!
......@@ -84,4 +90,4 @@ $ npm start
* Q群: [130993112](http://shang.qq.com/wpa/qunwpa?idkey=51997458a52d534454fd15e901648bf1f2ed799fde954822a595d6794eadc521)
* 官网: [http://uyu.us](http://uyu.us)
* 微博: [蚁逅](http://weibo.com/antoor)
\ No newline at end of file
* 微博: [蚁逅](http://weibo.com/antoor)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment