From: Jaroslav Kysela Date: Tue, 14 Dec 2021 09:40:55 +0000 (+0100) Subject: README.md: add example unpack command X-Git-Tag: v1.2.6.3~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ae0b9bdf52c97577a0244e2741f24cc0eea43c95;p=alsa-ucm-conf.git README.md: add example unpack command Signed-off-by: Jaroslav Kysela --- diff --git a/README.md b/README.md index 864b1b1..ecb6823 100644 --- a/README.md +++ b/README.md @@ -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)