summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/download.html24
1 files changed, 4 insertions, 20 deletions
diff --git a/docs/download.html b/docs/download.html
index 2c8e271502d..a7a6fe6cdfa 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -41,35 +41,19 @@ in the same directory, and are recognisable by the
<h1>Unpacking</h1>
<p>
-Mesa releases are available in three formats: .tar.bz2, .tar.gz, and .zip
+Mesa releases are available in two formats: <tt>.tar.xz</tt> and <tt>.tar.gz</tt>.
</p>
<p>
-To unpack .tar.gz files:
-</p>
-<pre>
- tar zxf MesaLib-x.y.z.tar.gz
-</pre>
-or
+To unpack the tarball:
<pre>
- gzcat MesaLib-x.y.z.tar.gz | tar xf -
+ tar xf mesa-Y.N.P.tar.xz
</pre>
or
<pre>
- gunzip MesaLib-x.y.z.tar.gz ; tar xf MesaLib-x.y.z.tar
+ tar xf mesa-Y.N.P.tar.gz
</pre>
-<p>
-To unpack .tar.bz2 files:
</p>
-<pre>
- bunzip2 -c MesaLib-x.y.z.tar.gz | tar xf -
-</pre>
-<p>
-To unpack .zip files:
-</p>
-<pre>
- unzip MesaLib-x.y.z.zip
-</pre>
<h1>Contents</h1>