From: Clément Hermann Date: Thu, 20 Oct 2022 17:03:18 +0000 (+0200) Subject: add --wildcards to tar options in README X-Git-Tag: v1.2.9~59 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=67e9a53baa439d1eed04963d71effbb2100aaf18;p=alsa-ucm-conf.git add --wildcards to tar options in README Without it, at least on some recent tar version, it won't work: --wildcards is the default only for exclusions, not for member selection. This tends to confuse users, even though it's just an example. Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/232 Signed-off-by: Clément Hermann Signed-off-by: Jaroslav Kysela --- diff --git a/README.md b/README.md index 2535d60..ff5de1f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ files are extra (only informational). Example: ``` -tar xvjf alsa-ucm-conf-1.2.6.2.tar.bz2 -C /usr/share/alsa --strip-components=1 "*/ucm" "*/ucm2" +tar xvjf alsa-ucm-conf-1.2.6.2.tar.bz2 -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2" ``` The latest configuration can be obtained with those commands: