The QEMU project provides the source code of QEMU, and not any binaries. So most people will come here for downloading the latest version of the source code and not for getting instructions on how to install the pre-packaged QEMU of their favourite distribution. Thus let's put the information about the source code first.
Signed-off-by: Thomas Huth <th...@redhat.com> --- download.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/download.html b/download.html index e3fc789..a2e4187 100644 --- a/download.html +++ b/download.html @@ -5,12 +5,19 @@ permalink: /download/ <div class="horiz-menu"> <ul style="display: none;"> +<li><a href="#source">Source code</a></li> <li><a href="#linux">Linux</a></li> <li><a href="#macos">macOS</a></li> <li><a href="#windows">Windows</a></li> -<li><a href="#source">Source code</a></li> </ul> +<article id="source" class="active"> + <header> + <h2>Source code</h2> + </header> + {% include_relative _download/source.html %} +</article> + <article id="linux" class="active"> <header> <h2>Linux</h2> @@ -32,12 +39,6 @@ permalink: /download/ {% markdown_relative _download/windows.md %} </article> -<article id="source" class="active"> - <header> - <h2>Source code</h2> - </header> - {% include_relative _download/source.html %} -</article> </div> <h2>Version numbering</h2> -- 2.27.0