Skip to content

Commit c05bfc8

Browse files
committed
Updated also the readme
1 parent cb14629 commit c05bfc8

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Git Shell [![Build # Status](https://travis-ci.org/go-gitea/git.svg?branch=master)](https://travis-ci.org/go-gitea/git)
1+
# Git Shell
22

3-
Package git is a Go module for Git access through shell commands.
3+
[![Build Status](http://drone.gitea.io/api/badges/go-gitea/git/status.svg)](http://drone.gitea.io/go-gitea/git)
4+
[![Join the chat at https://gitter.im/go-gitea/gitea](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-gitea/gitea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5+
[![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
6+
[![Coverage Status](https://coverage.gitea.io/badges/go-gitea/git/coverage.svg)](https://coverage.gitea.io/go-gitea/git)
7+
[![Go Report Card](https://goreportcard.com/badge/code.gitea.io/git)](https://goreportcard.com/report/code.gitea.io/git)
8+
[![GoDoc](https://godoc.org/code.gitea.io/git?status.svg)](https://godoc.org/code.gitea.io/git)
49

5-
## Limitations
6-
7-
- Go version must be at least **1.3**.
8-
- Git version must be no less than **1.7.1**, and great than or equal to **1.8.0** is recommended.
9-
- For Windows users, try use as higher version as possible.
10+
This project is a Go module to access Git through shell commands. For further
11+
informations take a look at the current [documentation](https://godoc.org/code.gitea.io/git).
1012

1113
## License
1214

13-
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.
15+
This project is under the MIT License. See the [LICENSE](LICENSE) file for the
16+
full license text.

0 commit comments

Comments
 (0)