diff --git a/website/docs/guide/installation.md b/website/docs/guide/installation.md index 42b05c84..e1b31b42 100644 --- a/website/docs/guide/installation.md +++ b/website/docs/guide/installation.md @@ -95,7 +95,7 @@ This method does not require you to have TWRP, nor does it require your phone to KernelSU provides a generic boot.img for GKI devices and you should flush the boot.img to the boot partition of the device. -You can download boot.img from [GitHub Release](https://github.com/tiann/KernelSU/releases), please note that you should use the correct version of boot.img. For example, if your device displays the kernel `android12-5.10.101` , you need to download `android-5.10.101_yyyy-MM.boot-.img`. , you need to download `android-5.10.101_yyyy-MM.boot-.img`.(Keep KMI consistent!) +You can download boot.img from [GitHub Release](https://github.com/tiann/KernelSU/releases), please note that you should use the correct version of boot.img. For example, if your device displays the kernel `android12-5.10.101` , you need to download `android-5.10.101_yyyy-MM.boot-.img`. (Keep KMI consistent!) Where `` refers to the kernel compression format of your official boot.img, please check the kernel compression format of your original boot.img, you should use the correct format, e.g. `lz4`, `gz`; if you use an incorrect compression format, you may encounter bootloop.