1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-27 05:29:42 +01:00

Update README.md

This commit is contained in:
Kofl 2020-05-11 19:37:01 +02:00 committed by GitHub
parent 6ff1d948cf
commit 0a1830e762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ sudo dnf install qemu qemu-img python3 python3-pip # for Fedora
``` ```
## Step 1 ## Step 1
Run `jumpstart.sh` to download installation media for macOS (internet required). The default installation uses Catalina, but you can choose which version to get by adding either `--high-sierra`, `--mojave`, or `--catalina`. For example: Run `sudo jumpstart.sh` to download installation media for macOS (internet required). The default installation uses Catalina, but you can choose which version to get by adding either `--high-sierra`, `--mojave`, or `--catalina`. For example:
``` ```
./jumpstart.sh --mojave ./jumpstart.sh --mojave
``` ```