diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-04 17:27:33 +0100 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-11-04 14:27:33 -0200 |
commit | 03902bb53df58e8591419bf529a32c46c4124874 (patch) | |
tree | 92bea24a65a40640a79be53b6548201db1798ac4 /README.md | |
parent | 6a20711afd91f1f6b5a2d11b4941e6f4856f9a3e (diff) | |
download | gitea-03902bb53df58e8591419bf529a32c46c4124874.tar.gz gitea-03902bb53df58e8591419bf529a32c46c4124874.zip |
Minor cleanups, look at the specific commits (#67)
* Dropped codebeat, we got go reportcard
* Dropped gopm file, we are using govendor
* Dropped chinese readme, this should be part of the docs
* Dropped bra config, not really used
* Dropped packager, we will provide our own packages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,8 +26,6 @@ 5. If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki). 6. If your team/company is using Gogs and would like to put your logo on [our website](https://gogs.io), contact us by any means. -[简体中文](README_ZH.md) - ## Purpose The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM. |