changeset 2338:ecc478b45d13

Move more relevant information to the top of the "Download" section
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 28 Mar 2012 16:14:40 +0200
parents aea6154f415b
children fe146de226fe
files doc/index.html
diffstat 1 files changed, 30 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Wed Mar 28 16:12:23 2012 +0200
+++ b/doc/index.html	Wed Mar 28 16:14:40 2012 +0200
@@ -442,6 +442,36 @@
 <h2 id="download">Download</h2>
 
     <p>
+    To obtain the current stable version, run:
+    </p>
+
+    <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
+
+    <p>
+    The development version can be obtained by:
+    </p>
+
+    <pre>git clone -b master https://github.com/mxe/mxe.git</pre>
+
+    <p>
+    To retrieve updates, run:
+    </p>
+
+    <pre>git pull</pre>
+
+    <p>
+    You can also browse the
+    <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env">web repository</a>.
+    </p>
+
+    <p>
+    In addition,
+    feel free to join the
+    <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
+    and to <a href="#creating-packages">propose new packages</a>.
+    </p>
+
+    <p>
     For the sake of simplicity, there are just two
     branches, "master" and "stable". Although it might
     seem obvious, here's an overview of the types of
@@ -479,36 +509,6 @@
             branch will be merged (moved) into "stable".
         </li>
     </ul>
-
-    <p>
-    To obtain the current stable version, run:
-    </p>
-
-    <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
-
-    <p>
-    The development version can be obtained by:
-    </p>
-
-    <pre>git clone -b master https://github.com/mxe/mxe.git</pre>
-
-    <p>
-    To retrieve updates, run:
-    </p>
-
-    <pre>git pull</pre>
-
-    <p>
-    You can also browse the
-    <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env">web repository</a>.
-    </p>
-
-    <p>
-    In addition,
-    feel free to join the
-    <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
-    and to <a href="#creating-packages">propose new packages</a>.
-    </p>
 </div>
 
 <div class="section">