1
0
Fork 0
forked from len0rd/rockbox

docs: we use xz, not bz2, for tarballs

Change-Id: I6ba825da18fc7617e5ea051f9d3c0714a0a09a84
This commit is contained in:
Solomon Peachy 2024-10-13 09:13:13 -04:00
parent 152ec1946c
commit d98cad4301

View file

@ -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.