mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-01-19 23:20:16 +01:00
Reorganize Nix Builder instructions in README
Rearranged Nix Builder instructions in README.md for clarity.
This commit is contained in:
parent
decf5d2c63
commit
119c3f512a
16
README.md
16
README.md
|
|
@ -145,14 +145,6 @@ processors work just fine (even for macOS Sonoma).
|
|||
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.
|
||||
|
||||
```
|
||||
|
|
@ -169,6 +161,14 @@ processors work just fine (even for macOS Sonoma).
|
|||
|
||||
NOTE: Create this HDD image file on a fast SSD/NVMe disk for best results.
|
||||
|
||||
* 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`.
|
||||
|
||||
* Now you are ready to install macOS 🚀
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue