From 28122d0084dc5fe1b486bd52945160cf5be64d49 Mon Sep 17 00:00:00 2001 From: Andrey1970AppleLife Date: Mon, 13 Jul 2020 17:14:42 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6be012..189aa86f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To compile a plugin copy the debug version of Lilu.kext into its directory. - Add `-liluuseroff` to disable Lilu user patcher (for e.g. dyld_shared_cache manipulations). - Add `-liluslow` to enable legacy user patcher. - Add `-lilulowmem` to disable kernel unpack (disables Lilu in recovery mode). -- Add `-lilubeta` to enable Lilu on unsupported os versions (10.13 and below are enabled by default). +- Add `-lilubeta` to enable Lilu on unsupported OS versions (10.16 and below are enabled by default). - Add `-lilubetaall` to enable Lilu and all loaded plugins on unsupported os versions (use _very_ carefully). - Add `-liluforce` to enable Lilu regardless of the mode, OS, installer, or recovery. - Add `liludelay=1000` to enable 1 second delay after each print for troubleshooting.