Update README.md

This commit is contained in:
邰广银 2017-10-27 22:01:53 -05:00 committed by GitHub
parent e5e71a7781
commit 3da1f34bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,19 @@
# 使用方法 # 使用方法
git clone https://github.com/gytai/KeFu.git git clone https://github.com/gytai/KeFu.git
cd KeFu cd KeFu
npm install npm install
pm2 start bin/www --name kefu pm2 start bin/www --name kefu
# 实例截图 # 实例截图
客户端 客户端
![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/client.png) ![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/client.png)
服务端 服务端
![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/server.png) ![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/server.png)