diff options
author | Max Kellermann <max@duempel.org> | 2013-11-08 12:29:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-08 12:29:04 +0100 |
commit | e314844a4d6e7f08e027717786c770afab66fb3f (patch) | |
tree | ce234ec784ad997f61b7b460f2d1eec6c929e046 /INSTALL | |
parent | 017bc564af9dd77a5ecd0d0259dfb5fffa975097 (diff) |
doc: show .tar.xz in sample unpack command
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -163,13 +163,9 @@ Get the latest release from of MPD from <http://www.musicpd.org/>. Compile ------- -1) unzip and untar the archive +1) unpack the archive -$ tar zxvf mpd-x.x.x.tar.gz - -or - -$ tar jxvf mpd-x.x.x.tar.bz2 +$ tar xf mpd-x.x.x.tar.xz 2) change to directory created |