Skip to content

Commit abe42a4

Browse files
authored
Update windows-install.md
1 parent 55418af commit abe42a4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

installer-guide/windows-install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@ py macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download
6262
py macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download
6363

6464
# Sequoia (15)
65-
py ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
65+
py macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
6666

6767
# Latest version
6868
# Tahoe (26)
69-
py ./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download
69+
py macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download
7070
```
7171

72+
* If `py` doesn't work, try `python` or `python3`. Depending on Python versions, it may be added differently to the PATH.
73+
7274
* **macOS 12 and above note**: As recent macOS versions introduce changes to the USB stack, it is highly advisable that you map your USB ports (with USBToolBox) before installing macOS.
7375
* <span style="color:red"> CAUTION: </span> With macOS 11.3 and newer, [XhciPortLimit is broken resulting in boot loops](https://github.com/dortania/bugtracker/issues/162).
7476
* If you've already [mapped your USB ports](https://dortania.github.io/OpenCore-Post-Install/usb/) and disabled `XhciPortLimit`, you can boot macOS 11.3+ without issues.

0 commit comments

Comments
 (0)