doc: show .tar.xz in sample unpack command
This commit is contained in:
parent
017bc564af
commit
e314844a4d
8
INSTALL
8
INSTALL
|
@ -163,13 +163,9 @@ Get the latest release from of MPD from <http://www.musicpd.org/>.
|
||||||
Compile
|
Compile
|
||||||
-------
|
-------
|
||||||
|
|
||||||
1) unzip and untar the archive
|
1) unpack the archive
|
||||||
|
|
||||||
$ tar zxvf mpd-x.x.x.tar.gz
|
$ tar xf mpd-x.x.x.tar.xz
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
$ tar jxvf mpd-x.x.x.tar.bz2
|
|
||||||
|
|
||||||
2) change to directory created
|
2) change to directory created
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
page</ulink> and unpack it:
|
page</ulink> and unpack it:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<programlisting>tar xjf mpd-version.tar.bz
|
<programlisting>tar xf mpd-version.tar.xz
|
||||||
cd mpd-version</programlisting>
|
cd mpd-version</programlisting>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in New Issue