diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-12 11:02:36 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-12 11:02:36 -0400 |
commit | f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5 (patch) | |
tree | 5693fb6698f7cbf24e5f90504b8156ed4d1ca3f0 /README.md | |
parent | 1769bb2f26aa26ae7476cef8eb97272f44aa28b4 (diff) | |
download | gitea-f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5.tar.gz gitea-f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5.zip |
Fix edit auth page bug
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,10 +52,11 @@ More importantly, Gogs only needs one binary to setup your own project hosting o Make sure you install [Prerequirements](http://gogs.io/docs/installation/) first. -There are 4 ways to install Gogs: +There are 5 ways to install Gogs: - [Install from binary](http://gogs.io/docs/installation/install_from_binary.md): **STRONGLY RECOMMENDED** - [Install from source](http://gogs.io/docs/installation/install_from_source.md) +- [Install from packages](http://gogs.io/docs/installation/install_from_packages.md) - [Ship with Docker](https://github.com/gogits/gogs/tree/master/dockerfiles) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) |