diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-11 19:25:50 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-11 19:25:50 -0400 |
commit | c2e7e93e0c596cf8fd92ba0de57027c915674a51 (patch) | |
tree | 2c5fe8ee3d548ec61b06292ea250a79220ad288d | |
parent | af5435d58640144cdf29b955ecf96b8792bf6484 (diff) |
Add gopmfile
-rw-r--r-- | .gopmfile | 7 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.gopmfile b/.gopmfile new file mode 100644 index 00000000..58809edf --- /dev/null +++ b/.gopmfile @@ -0,0 +1,7 @@ +[deps] +github.com/codegangsta/cli= +github.com/codegangsta/martini= +github.com/gogits/binding= +github.com/martini-contrib/render= +github.com/martini-contrib/sessions= +github.com/libgit2/git2go=commit:054268a63418b03892bfd4c6a509a0294660074b @@ -11,6 +11,12 @@ There are some very good products in this category such as [gitlab](http://gitla Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, develop specification, change log and road map. +## Features + +- SSH protocal support. +- Register/delete account. +- Create public repository. + ## Installation There are two ways to install Gogs: |