From 3ddd8b285fe578b66cacec7c5c6e6801144cf848 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 19 Oct 2022 10:06:45 +0200 Subject: [PATCH] README: add the latest config download info Signed-off-by: Jaroslav Kysela --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb6823..4967342 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,14 @@ 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" +tar xvzjf alsa-ucm-conf-1.2.6.2.tar.bz2 -C /usr/share/alsa --strip-components=1 "*/ucm" "*/ucm2" +``` + +The latest configuration can be obtained with those commands: + +``` +curl -L -o alsa-ucm-conf.tar.gz https://github.com/alsa-project/alsa-ucm-conf/archive/refs/heads/master.tar.gz +tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 "*/ucm" "*/ucm2" ``` ### Validation -- 2.47.3