From d98cad4301e7d6e309968ec2fffa4ce2eb415322 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 13 Oct 2024 09:13:13 -0400 Subject: [PATCH] docs: we use xz, not bz2, for tarballs Change-Id: I6ba825da18fc7617e5ea051f9d3c0714a0a09a84 --- docs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README b/docs/README index 6c7df23b0f..665078545f 100644 --- a/docs/README +++ b/docs/README @@ -13,7 +13,7 @@ Build Your Own Rockbox or - $ tar xjf rockbox.tar.bz2 + $ tar xJf rockbox.tar.xz 2. Create a build directory, preferably in the same directory as the firmware/ and apps/ directories. This is where all generated files will be written.