From 63005bee5e669f6370d534618658f5bb413a733e Mon Sep 17 00:00:00 2001 From: Kartik <42990140+immortalshadow007@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:03:16 +0530 Subject: [PATCH] Fix table formatting in readme.md and adding support for macOS 26 Tahoe I changed the Version number to 26 and was able to successfully fetch the macOS 26 Tahoe recovery image and install the latest version of macOS. But there is only one problem with the latest version. The issue is the keyboard layout mess-up, which causes a random layout to be used other than the US keyboard. It is recommended to change the keyboard layout in the lock screen before entering the password. Once inside the home screen, I would recommend removing all keyboard layouts other than the user's preferred one from the system settings to avoid getting locked out of your system. --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 366ae01..ef350b8 100644 --- a/readme.md +++ b/readme.md @@ -99,8 +99,9 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste Select from the values below: - | **Value** | **Version** | **Name** | + | **Value** | **Version** | **Name** | |-------------|----------------|------------------| + | `26` | macOS 26 | Tahoe | | `15` | macOS 15 | Sequoia | | `14` | macOS 14 | Sonoma | | `13` | macOS 13 | Ventura |