From: Jaroslav Kysela Date: Sun, 26 Feb 2023 22:44:18 +0000 (+0100) Subject: README.md: add --wildcards also for the second tar command X-Git-Tag: v1.2.9~23 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b90b391bcf2149c1b8305d6f8f97284fae00fafc;p=alsa-ucm-conf.git README.md: add --wildcards also for the second tar command Signed-off-by: Jaroslav Kysela --- diff --git a/README.md b/README.md index ff5de1f..f601f94 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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" +tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2" ``` ### Validation