Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed spelling error
  • Loading branch information
VAllens committed Jan 23, 2018
1 parent a60d1a2 commit 63f0cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@
- 运行主程序。运行方法(三选一)
1. 方法一: 在[release](https://github.com/sundy-li/wechat_brain/releases)页面下载对应的操作系统执行文件, 解压后, 将最新版本的[questions.data](https://github.com/sundy-li/wechat_brain/blob/master/questions.data) 文件下载到同一个目录, 然后运行brain文件即可,命令行输入`./brain`
2. 方法二: 安装go(>=1.8)环境后, clone本repo源码到对应`$GOPATH/src/github.com/sundy-li/`下, 进入源码目录后,执行 `go run cmd/main.go`。
3. 方法二: 使用docker命令运行:docker run -p 8998:8998 --name **my_wachat_brain** -d **vallen/wachat_brain:latest**
3. 方法二: 使用docker命令运行:docker run -p 8998:8998 --name **my_wechat_brain** -d **vallen/wechat_brain:latest**

- 新版本(version >= v0.18)加入了两种模式, 大家根据自己的需求选择模式运行
1. 模式一: 默认模式, 修改了服务端返回的数据, 更加友好地提示正确答案, 运行方式如上所述: `./brain` 或者源码下执行 `go run cmd/main.go`
Expand Down

0 comments on commit 63f0cc0

Please sign in to comment.