From 217999a8e7e3cb1db26e1bd161cb1e97effe4c18 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 4 Dec 2020 14:29:18 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dfed4ba..c38dfd49c 100644 --- a/README.md +++ b/README.md @@ -136,4 +136,16 @@ If OpenCore refuses to show up in the boot picker even with the above troublesho sudo bless --verbose --file /Volumes/EFI/EFI/OC/Bootstrap/Bootstrap.efi --folder /Volumes/EFI/EFI/OC/Bootstrap --setBoot ``` -* Note: NVRAM write is disabled with SIP, so disables SIP first before running \ No newline at end of file +* Note: NVRAM write is disabled with SIP, so disables SIP first before running + +### Downloaded patcher is corrpted + +Currently unknown where the cause is, however cd'ing into the folder and calling the command works: + +``` +# CD into your folder(Change to what yours is) +~/Downloads/OpenCore-Legacy-Patcher/ +# Call the file +python OpenCore-Patcher.command +``` +