Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Windows guide to support all systems #458

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions installer-guide/windows-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ To grab legacy installers is super easy, first grab a copy of [OpenCorePkg](http
Now run one of the following depending on what version of macOS you want(Note these scripts rely on [Python 3](https://www.python.org/downloads/) support, please install if you haven't already):

```sh
# If you got Python from Microsoft store or other place that installs it as python3 and not py, you need to run this first.
# You can confirm it by running "which py". If it returns "which py: not found", you need to run this.
alias py="python3"

# Lion (10.7):
py macrecovery.py -b Mac-2E6FAB96566FE58C -m 00000000000F25Y00 download
py macrecovery.py -b Mac-C3EC7CD22292981F -m 00000000000F0HM00 download
Expand Down