website/docs: we don't need to use markdown for this, as it's not exactly a patch or sh file. (#1298)

```
# KernelSU 
CONFIG_KSU=y
```

---------

Signed-off-by: 明 <akariondev@gmail.com>
Signed-off-by: akari <akariondev@gmail.com>
Co-authored-by: Ylarod <me@ylarod.cn>
Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
2024-01-18 22:05:56 -03:00
committed by GitHub
parent 2fec279de3
commit aaddaf1a78

View File

@@ -64,9 +64,9 @@ curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh
Keep in mind that on some devices, your defconfig may be in `arch/arm64/configs` or in other cases `arch/arm64/configs/vendor/your_defconfig`. For example in your defconfig, Enable `CONFIG_KSU` with y to enable, or n to disable. Your path will be something like: Keep in mind that on some devices, your defconfig may be in `arch/arm64/configs` or in other cases `arch/arm64/configs/vendor/your_defconfig`. For example in your defconfig, Enable `CONFIG_KSU` with y to enable, or n to disable. Your path will be something like:
`arch/arm64/configs/...` `arch/arm64/configs/...`
```sh ```
+# KernelSU # KernelSU
+CONFIG_KSU=y CONFIG_KSU=y
``` ```
Then, add KernelSU calls to the kernel source, here are some patches to refer: Then, add KernelSU calls to the kernel source, here are some patches to refer: