mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-03-02 03:03:53 +01:00
Update README with Nix Builder instructions
Add instructions for using Nix Builder to clone and run the OSX-KVM repository.
This commit is contained in:
parent
22c485eec1
commit
decf5d2c63
|
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue