diff --git a/README-en.md b/README-en.md index bcc9bab..ef6f8a8 100644 --- a/README-en.md +++ b/README-en.md @@ -1,3 +1,9 @@ +![license](https://img.shields.io/github/license/yedf/dtm) +[![Build Status](https://travis-ci.com/yedf/dtm.svg?branch=main)](https://travis-ci.com/yedf/dtm) +[![Coverage Status](https://coveralls.io/repos/github/yedf/dtm/badge.svg?branch=main)](https://coveralls.io/github/yedf/dtm?branch=main) +[![Go Report Card](https://goreportcard.com/badge/github.com/yedf/dtm)](https://goreportcard.com/report/github.com/yedf/dtm) +[![Go Reference](https://pkg.go.dev/badge/github.com/yedf/dtm.svg)](https://pkg.go.dev/github.com/yedf/dtm) + [中文版](https://github.com/yedf/dtm/blob/master/README-en.md) # a golang distributed transaction manager @@ -21,7 +27,7 @@ DTM is the first golang open source distributed transaction project. It elegantl # Quick start ### installation -`go get github.com/yedf/dtm` +`git clone github.com/yedf/dtm` ### dtm depends on mysql Configure mysql: diff --git a/README.md b/README.md index a31ee0d..a787eef 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ DTM是首款golang的开源分布式事务管理器,优雅的解决了幂等 # 快速开始 ### 安装 -`go get github.com/yedf/dtm` +`git clone github.com/yedf/dtm` ### dtm依赖于mysql 配置mysql: