README.md: add example unpack command

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-12-14 10:40:55 +01:00
commit ae0b9bdf52

View file

@ -8,6 +8,12 @@ Copy the ucm and ucm2 trees to the alsa-lib configuration directory
in the package root directory (README.md, LICENSE and VERSION)
files are extra (only informational).
Example:
```
tar xzjf alsa-ucm-conf-1.2.6.2.tar.bz2 -C /usr/share/alsa --strip-components=1 "*/ucm" "*/ucm2"
```
### Validation
![Validate UCM configuration](https://github.com/alsa-project/alsa-ucm-conf/workflows/Validate%20UCM%20configuration/badge.svg?branch=master)