summaryrefslogtreecommitdiffstats
path: root/README.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.md
parent1769bb2f26aa26ae7476cef8eb97272f44aa28b4 (diff)
downloadgitea-f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5.tar.gz
gitea-f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5.zip
Fix edit auth page bug
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e903abd5d..a43be6f36f 100644
--- a/README.md
+++ b/README.md
@@ -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)