diff --git a/README.md b/README.md index e013cdec116fac40f536022e12140c01d0e37d61..fc1c344a4ca4706bb24ff2ec0cb23bb6d119525d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xiaomi-dba/soar) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/XiaoMi/soar)](https://goreportcard.com/report/github.com/XiaoMi/soar) +[![Build Status](https://travis-ci.org/XiaoMi/soar.svg?branch=master)](https://travis-ci.org/XiaoMi/soar) + [文档](http://github.com/XiaoMi/soar/tree/master/doc) | [FAQ](http://github.com/XiaoMi/soar/blob/master/doc/FAQ.md) | [变更记录](http://github.com/XiaoMi/soar/blob/master/CHANGES.md) | [路线图](http://github.com/XiaoMi/soar/blob/master/doc/roadmap.md) | [English](http://github.com/XiaoMi/soar/blob/master/README_EN.md) diff --git a/README_EN.md b/README_EN.md index cbab59f9368ab84384ae3055b2d512095a6f9552..c04406bafb8f6b7dcd37a10d747fe4c9242ab59b 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,8 +1,10 @@ ![SOAR](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/logo.png) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xiaomi-dba/soar) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) i +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/XiaoMi/soar)](https://goreportcard.com/report/github.com/XiaoMi/soar) +[![Build Status](https://travis-ci.org/XiaoMi/soar.svg?branch=master)](https://travis-ci.org/XiaoMi/soar) + [Docs](http://github.com/XiaoMi/soar/tree/master/doc) | [FAQ](http://github.com/XiaoMi/soar/blob/master/doc/FAQ_en.md) | [中文](http://github.com/XiaoMi/soar/blob/master/README.md) diff --git a/doc/install.md b/doc/install.md index 6390351738424c871a077bda855e7c5bc75aae4d..c56240739a0ca97426b08aaf055aaf0cfe9bfc3e 100644 --- a/doc/install.md +++ b/doc/install.md @@ -45,7 +45,7 @@ cd ${GOPATH}/src/github.com/XiaoMi/soar && make * make cover 代码测试覆盖度检查 * make doc 自动生成命令行参数中-list-XX相关文档 * make daily 每日构建,时刻跟进Vitess, TiDB依赖变化 -* make release 生成Linux, Windoes, Mac发布版本 +* make release 生成Linux, Windows, Mac发布版本 ## 安装验证