# HG changeset patch # User Volker Grabsch # Date 1332944080 -7200 # Node ID ecc478b45d13cc6761a4e8996daf74a1c78d7871 # Parent aea6154f415b08755d7d922e3755122dacc5e34c Move more relevant information to the top of the "Download" section diff -r aea6154f415b -r ecc478b45d13 doc/index.html --- 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 @@

Download

+ To obtain the current stable version, run: +

+ +
git clone -b stable https://github.com/mxe/mxe.git
+ +

+ The development version can be obtained by: +

+ +
git clone -b master https://github.com/mxe/mxe.git
+ +

+ To retrieve updates, run: +

+ +
git pull
+ +

+ You can also browse the + web repository. +

+ +

+ In addition, + feel free to join the + project mailing list + and to propose new packages. +

+ +

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". - -

- To obtain the current stable version, run: -

- -
git clone -b stable https://github.com/mxe/mxe.git
- -

- The development version can be obtained by: -

- -
git clone -b master https://github.com/mxe/mxe.git
- -

- To retrieve updates, run: -

- -
git pull
- -

- You can also browse the - web repository. -

- -

- In addition, - feel free to join the - project mailing list - and to propose new packages. -