From 13c611f3afeec3fb7d9c61a0624a12ce640b3091 Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Sat, 28 Mar 2026 15:25:56 -0700 Subject: [PATCH] README.md: Fix glob in download instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6d22a..266c96c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # t2linux-fedora-iso A installation ISO for Fedora on T2 macs. It uses the kernel patches from the [t2linux](https://t2linux.org) project. Read the [kernel README](https://github.com/t2linux/fedora-kernel/) for more information. Make sure to download the `.iso` or `.iso.0x` file. -Combine the split ISOs with `cat name_of_iso_here.iso.* > full.iso`. +Combine the split ISOs with `cat name_of_iso_here.iso.0* > full.iso`. ## Disclaimer This project is not officially provided or supported by the Fedora Project. The official Fedora software is available at [https://fedoraproject.org/](https://fedoraproject.org/). This project is not related to Fedora in any way.