From 3da1f34bd6063f7d0c499e36e0d8c79f817565bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B0=E5=B9=BF=E9=93=B6?= <273650669@qq.com> Date: Fri, 27 Oct 2017 22:01:53 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 781d7e9..12efb22 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,19 @@ # 使用方法 git clone https://github.com/gytai/KeFu.git + cd KeFu + npm install + 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/server.png)