From 1c65048813c7399da68bafcdd0bd19731a48a2fd Mon Sep 17 00:00:00 2001 From: tiann Date: Wed, 1 Mar 2023 10:56:20 +0800 Subject: [PATCH] website: fix typo and add KernelFlasher --- website/docs/guide/installation.md | 7 ++++--- website/docs/zh_CN/guide/installation.md | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/website/docs/guide/installation.md b/website/docs/guide/installation.md index 0fd36cd6..1776d8a9 100644 --- a/website/docs/guide/installation.md +++ b/website/docs/guide/installation.md @@ -27,7 +27,7 @@ By default, you will use ADB and fastboot tools in this tutorial, so if you don' ### KMI -Kernel Module Interface (KMI), kernel versions with the same KMI are **compatible** This is what "genernal" means in GKI; conversely, if the KMI is different, then these kernels are not compatible with each other, and flashing a kernel image with a different KMI than your device may cause a bootloop. +Kernel Module Interface (KMI), kernel versions with the same KMI are **compatible** This is what "general" means in GKI; conversely, if the KMI is different, then these kernels are not compatible with each other, and flashing a kernel image with a different KMI than your device may cause a bootloop. Specifically, for GKI devices, the kernel version format should be as follows: @@ -81,8 +81,9 @@ Step: If you haven't used the Kernel flash App before, the following are the more popular ones. -1. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel) -2. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager) +1. [Kernel Flasher](https://github.com/capntrips/KernelFlasher/releases) +2. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel) +3. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager) PS. This method is more convenient when upgrading KernelSU and can be done without a computer (backup first!). . diff --git a/website/docs/zh_CN/guide/installation.md b/website/docs/zh_CN/guide/installation.md index a829e47b..5a8b778c 100644 --- a/website/docs/zh_CN/guide/installation.md +++ b/website/docs/zh_CN/guide/installation.md @@ -81,8 +81,9 @@ PS. 这种方法适用于任何情况下的安装(不限于初次安装或者 如果你之前没有用过内核刷写 App,那么下面几个是比较流行的: -1. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel) -2. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager) +1. [Kernel Flasher](https://github.com/capntrips/KernelFlasher/releases) +2. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel) +3. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager) PS. 这种方法在升级 KernelSU 的时候较为方便,无需电脑即可完成(注意备份!)。