add xz compression

This commit is contained in:
JMARyA 2024-01-30 22:10:20 +01:00
parent efd0c70fb0
commit b311f757cf
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 28 additions and 2 deletions

View file

@ -35,7 +35,7 @@ Get information about package:
pacman -Si <package>...
```
Install a package from local package file (.tar.xz):
Install a package from local package file (.[tar](../../cli/compression/tar.md).[xz](../../../files/XZ%20Compression.md)):
```shell
pacman -U <file>
```