summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-11 11:40:47 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-11 11:40:47 -0400
commit12f81de349b9793c6f8f14b11af32ee94a735d5f (patch)
treeb8a5833bfa660ddf639eb8ecb701336b212a011e /README.md
parentb3de0ded70bdc6ea460a8a4002aae084d07c384e (diff)
downloadgitea-12f81de349b9793c6f8f14b11af32ee94a735d5f.tar.gz
gitea-12f81de349b9793c6f8f14b11af32ee94a735d5f.zip
Finish delete user
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c1f7b3d6b8..ef7ccec449 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-Gogs - Go Git Service [![Go Walker](http://gowalker.org/api/v1/badge)](https://gowalker.org/github.com/gogits/gogs)
+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.
+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.
## Purpose
@@ -9,14 +9,14 @@ There are some very good products in this category such as [gitlab](http://gitla
## Overview
-Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design.
+Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, develop specification, change log and road map.
## Installation
-### Dependencies
+There are two ways to install Gogs:
-- [Go Programming Language](http://golang.org): Main develop language.
-- [libgit2](http://libgit2.github.com/)(cgo): Git data manipulation.
+- [Install from binary](https://github.com/gogits/gogs/wiki/Install-from-binary)
+- [Install from source](https://github.com/gogits/gogs/wiki/Install-from-source)
## Acknowledgments