mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-16 16:19:41 +01:00
Update README.md
This commit is contained in:
parent
178f9b1d2d
commit
2279b9bb88
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@ sudo emerge -a qemu python pip # for Gentoo
|
|||
## Step 1
|
||||
Run `fetch-macOS.py` to download installation media for macOS (internet required).
|
||||
```
|
||||
./fetch-macOS.py
|
||||
python fetch-macOS.py
|
||||
```
|
||||
If the resulting file is named BaseSystem.smg then run
|
||||
If the resulting file is named BaseSystem.dmg then run
|
||||
```
|
||||
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue