From c2e7e93e0c596cf8fd92ba0de57027c915674a51 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 11 Mar 2014 19:25:50 -0400 Subject: [PATCH] Add gopmfile --- .gopmfile | 7 +++++++ README.md | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 .gopmfile diff --git a/.gopmfile b/.gopmfile new file mode 100644 index 000000000..58809edf7 --- /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 diff --git a/README.md b/README.md index ef7ccec44..eaf3f44ac 100644 --- a/README.md +++ b/README.md @@ -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: