diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-28 14:14:40 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-28 14:14:40 (GMT) |
commit | 8aa924723db05a1bac211f30e526186f542354f8 (patch) | |
tree | f5340ff601e7e7b5a1424d9bdcd41be0acb5be4f | |
parent | 19d0d1e0653b88299220bc658fd941b73faeb573 (diff) | |
download | mxe-8aa924723db05a1bac211f30e526186f542354f8.zip mxe-8aa924723db05a1bac211f30e526186f542354f8.tar.gz mxe-8aa924723db05a1bac211f30e526186f542354f8.tar.bz2 |
Move more relevant information to the top of the "Download" section
-rw-r--r-- | doc/index.html | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/index.html b/doc/index.html index 0caf460..3208389 100644 --- a/doc/index.html +++ b/doc/index.html @@ -442,6 +442,36 @@ USE_OSGPLUGIN(<plugin2>) <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 @@ USE_OSGPLUGIN(<plugin2>) 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"> |