Update INSTALL instructions. bzip2->xz.

This commit is contained in:
Andrius Štikonas 2018-01-16 15:30:31 +01:00
parent 74d609a782
commit 7c49044546
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ KDE Partition Manager is built with cmake. It is
recommended to build out of tree: After unpacking the source, create a separate
build directory and run cmake there:
$ tar xfj partitionmanager-x.y.z.tar.bz2
$ tar xf partitionmanager-x.y.z.tar.xz
$ cd partitionmanager-x.y.z
$ mkdir build
$ cd build