adds massage about big sur

This commit is contained in:
BigLands 2022-02-21 13:11:49 -05:00 committed by GitHub
parent 2db761ddd9
commit 16b645afc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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`, or `--catalina`. For example: You can also change the branch to big sur and use `--big-sur`.
```
./jumpstart.sh --mojave
```