diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-12 00:19:45 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-12 00:19:45 -0400 |
commit | a9a5fb45f8b0b31f0219d7a0957db1a43a72f6e0 (patch) | |
tree | d4529e9b49533af27332e3fe4814924f1dda572b /README.md | |
parent | 29e9b8c3c44500f0f100b6a9cda47158b40ec12f (diff) | |
download | gitea-a9a5fb45f8b0b31f0219d7a0957db1a43a72f6e0.tar.gz gitea-a9a5fb45f8b0b31f0219d7a0957db1a43a72f6e0.zip |
Bug fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,9 +16,12 @@ Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, devel - SSH protocal support. - Register/delete account. - Create public repository. +- Git repository manipulation. ## Installation +Make sure you install [Prerequirements](https://github.com/gogits/gogs/wiki/Prerequirements) first. + There are two ways to install Gogs: - [Install from binary](https://github.com/gogits/gogs/wiki/Install-from-binary) |