diff options
author | James Moger <james.moger@gitblit.com> | 2014-06-16 11:58:13 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-06-16 11:58:13 -0400 |
commit | 1f15c8e463b92ecd73c3f42bfeea7a6a5b2bb8d0 (patch) | |
tree | 2ee9b5be81a9e0a16423a816de3002ff49747142 /README.markdown | |
parent | 14353c12bfc35f82441993ddeff0ecd36bcfee86 (diff) | |
download | gitblit-1f15c8e463b92ecd73c3f42bfeea7a6a5b2bb8d0.tar.gz gitblit-1f15c8e463b92ecd73c3f42bfeea7a6a5b2bb8d0.zip |
Updated README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/README.markdown b/README.markdown index e720bf5a..a2260497 100644 --- a/README.markdown +++ b/README.markdown @@ -13,6 +13,22 @@ License Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
The text of the license is included in the file LICENSE in the root of the project.
+Java Runtime Requirement
+------------------------------------
+
+Gitblit requires at Java 7 Runtime Environment (JRE) or a Java 7 Development Kit (JDK).
+
+Getting help
+------------
+
+| Source | Location |
+| ------------- |--------------------------------------------------------|
+| Documentation | [Gitblit website](http://gitblit.com) |
+| Issues | [Google Code](http://code.google.com/p/gitblit) |
+| Forums | [Google Groups](https://groups.google.com/forum/#!forum/gitblit) |
+| Twitter | @gitblit or @jamesmoger |
+| Google+ | +gitblit or +jamesmoger |
+
Contributing
------------
@@ -38,22 +54,6 @@ Release planning is mostly done using Gitblit Milestones and Gitblit Tickets hos When Gitblit is preparing for a release, a **release-{milestone}** branch will be created, tested, & fixed until it is ready to be merged to **master** and tagged as the next major release. After the release is tagged, the **release-{milestone}** branch will also be merged back into **develop** and then the release branch will be removed.
-Java Runtime Requirement
-------------------------------------
-
-Gitblit requires at Java 7 Runtime Environment (JRE) or a Java 7 Development Kit (JDK).
-
-Getting help
-------------
-
-| Source | Location |
-| ------------- |--------------------------------------------------------|
-| Documentation | [Gitblit website](http://gitblit.com) |
-| Issues | [Google Code](http://code.google.com/p/gitblit) |
-| Forums | [Google Groups](https://groups.google.com/forum/#!forum/gitblit) |
-| Twitter | @gitblit or @jamesmoger |
-| Google+ | +gitblit or +jamesmoger |
-
Building Gitblit
----------------
|