From d872a777653055ad6153e30d5a5bdc7ea5b1abc4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 19 Oct 2022 11:17:01 +0200 Subject: [PATCH] README: fix tar compress arguments in README Signed-off-by: Jaroslav Kysela --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4967342..2535d60 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ files are extra (only informational). Example: ``` -tar xvzjf 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 "*/ucm" "*/ucm2" ``` The latest configuration can be obtained with those commands: -- 2.47.1