From a5f44354f42edc71b034606ca9bc2e31d7317019 Mon Sep 17 00:00:00 2001 From: Dan <95150684+Dan-Sun@users.noreply.github.com> Date: Fri, 18 Feb 2022 20:24:31 +1300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a10af7..07377d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # magisk_boot.sh -Quick boot patch script for Magisk +The script patches the `boot.img` of LineageOS after an OTA update having LineageOS recovery running. +It actually follows [Magisk's official instructions](https://topjohnwu.github.io/Magisk/install.html#patching-images), just in a quicker way.