1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00

Added --big-sur to README.md in "Step 1"

This commit is contained in:
Johannes Findeisen 2021-02-25 04:59:17 +01:00 committed by GitHub
parent 2db761ddd9
commit 8d59835a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ sudo emerge -a qemu python:3.4 pip # for Gentoo
```
## 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 `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`, `--catalina` or `--big-sur`. For example:
```
./jumpstart.sh --mojave
```