summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-13 02:55:14 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-13 02:55:14 -0400
commit7b34f6f1dac2c0b09b98e937226e43e0a6d09cf1 (patch)
treea2f7aab6384b67eb5bb8aa4b274e2248461f8334 /README.md
parent27104ac89a4c489809068ae5c6dbe383ce7fbde2 (diff)
downloadgitea-7b34f6f1dac2c0b09b98e937226e43e0a6d09cf1.tar.gz
gitea-7b34f6f1dac2c0b09b98e937226e43e0a6d09cf1.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index abb0b8ce20..05056e20a6 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ Gogs - Go Git Service [![wercker status](https://app.wercker.com/status/ad0bdb0b
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.
+##### Current version: 0.0.6 Alpha
+
## Purpose
There are some very good products in this category such as [gitlab](http://gitlab.com), but the environment setup steps often make us crazy. So our goal of Gogs is to build a GitHub-like clone with very easy setup steps, which take advantages of the Go Programming Language.
@@ -15,7 +17,7 @@ Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, devel
- SSH protocal support.
- Register/delete account.
-- Create public repository.
+- Create/delete public repository.
- Git repository manipulation.
## Installation