diff options
-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 0000000000..58809edf7c --- /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: |