From decf5d2c63e32b4aad2f13b7288550a8de4fa4e8 Mon Sep 17 00:00:00 2001 From: Sapi <144389458+FBIGlowie@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:25:34 +0000 Subject: [PATCH] Update README with Nix Builder instructions Add instructions for using Nix Builder to clone and run the OSX-KVM repository. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8189bb8..98edfda 100644 --- a/README.md +++ b/README.md @@ -142,10 +142,17 @@ processors work just fine (even for macOS Sonoma). Choose a product to download (1-9): 7 ``` - Note: Modern NVIDIA GPUs are supported on HighSierra but not on later versions of macOS. +* Or simple Nix Builder. + + ``` + nix run github:FBIGlowie/OSX-KVM/ --no-write-lock-file -- catalina + ``` + This will clone a repository at `./OSX-KVM`, give it the right permissions, + and automatically start `./OpenCore-Boot.sh`. + * Convert the downloaded `BaseSystem.dmg` file into the `BaseSystem.img` file. ```