summaryrefslogtreecommitdiffstats
path: root/README_ZH.md
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-12 11:02:36 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-12 11:02:36 -0400
commitf1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5 (patch)
tree5693fb6698f7cbf24e5f90504b8156ed4d1ca3f0 /README_ZH.md
parent1769bb2f26aa26ae7476cef8eb97272f44aa28b4 (diff)
downloadgitea-f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5.tar.gz
gitea-f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5.zip
Fix edit auth page bug
Diffstat (limited to 'README_ZH.md')
-rw-r--r--README_ZH.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README_ZH.md b/README_ZH.md
index d1f742d44d..05797b9634 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -44,10 +44,11 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation/)。
-然后,您可以通过以下 4 种方式来安装 Gogs:
+然后,您可以通过以下 5 种方式来安装 Gogs:
- [二进制安装](http://gogs.io/docs/installation/install_from_binary.md): **强烈推荐**
- [源码安装](http://gogs.io/docs/installation/install_from_source.md)
+- [包管理安装](http://gogs.io/docs/installation/install_from_packages.md)
- [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/dockerfiles)
- [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)