Update README.md

This commit is contained in:
notAperson535 2022-02-01 16:02:05 -05:00 committed by GitHub
parent 178f9b1d2d
commit 2279b9bb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```