diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-15 10:29:18 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-15 10:29:18 -0400 |
commit | b3373aa8d3c7bf0e7aac61fca4a6130d3f12e027 (patch) | |
tree | 2a0d5f6bb98d83a7dd5775e370b41468af3e6737 /README.md | |
parent | f174633b36ef102d8e8324dd708b96335188f5dd (diff) | |
download | gitea-b3373aa8d3c7bf0e7aac61fca4a6130d3f12e027.tar.gz gitea-b3373aa8d3c7bf0e7aac61fca4a6130d3f12e027.zip |
Mirror fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ Gogs - Go Git Service [![wercker status](https://app.wercker.com/status/ad0bdb0bc450ac6f09bc56b9640a50aa/s/ "wercker status")](https://app.wercker.com/project/bykey/ad0bdb0bc450ac6f09bc56b9640a50aa) [![Go Walker](http://gowalker.org/api/v1/badge)](https://gowalker.org/github.com/gogits/gogs) ===================== -Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language, it currently supports Linux and Max OS X, but Windows has **NOT** supported yet due to installation problem with [libgit2](http://libgit2.github.com/) in Windows. +Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language. + +Since we choose to use pure Go implmentation of Git manipulation, Gogs certainly supports **ALL platforms** that Go supports, including Linux, Max OS X, and Windows with **ZERO** dependency. ##### Current version: 0.0.8 Alpha |