From dce8626f3f3bb737b8815e671b144df3738371b2 Mon Sep 17 00:00:00 2001 From: yedongfu Date: Sat, 17 Jul 2021 20:43:04 +0800 Subject: [PATCH] update readme --- README-en.md | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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: