From 3d93b12315d5be18b3559cc4ff9085306c327020 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Fri, 10 Mar 2023 19:19:54 +0000
Subject: [PATCH] Update KernelSU.md Guide Reflecting New Changes
---
Guides/KernelSU.md | 46 ++++++++++++++++++++++++++++++++++++++--------
1 file changed, 38 insertions(+), 8 deletions(-)
diff --git a/Guides/KernelSU.md b/Guides/KernelSU.md
index 456c723..f1b880c 100644
--- a/Guides/KernelSU.md
+++ b/Guides/KernelSU.md
@@ -1,20 +1,50 @@
# WSABuilds
-## Guide: How to install KernelSU
+
+## Guide: Install KernelSU and Manager Using Prebuilt Builds
+
+**1.** Download WSA with KernelSU from [![Action Tab](https://img.shields.io/badge/Builds%20Status-Passing-brightgreen?style=flat&logo=Github)](https://github.com/MustardChef/WSABuilds/releases) then [Follow this guide](https://github.com/YT-Advanced/WSA-Script#--installation) to install it.
+
+**2.** Download KernelSU Manager from [![Build Manager](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain) (Download the artifact named `manager`).
+
+**3.** Unzip the downloaded zip package and get the manager apk named `KernelSU_vx.x.x-xx-.....apk`.
+
+**4.** Use the command `adb install .apk` or WSAPacman to install the manager.
+
+
+
+## Guide: Install KernelSU and Manager Using Custom Build Guide
+
+**1.** [Follow the guide], in order to fork the Custom Build "Github Actions" Repo
+
+**2.** Remember to Select KernalSU when selecting options for the Workflow Run
+
+
+
+
+**3.** Download KernelSU Manager from [![Build Manager](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain) (Download the artifact named `manager`).
+
+**4.** Unzip the downloaded zip package and get the manager apk named `KernelSU_vx.x.x-xx-.....apk`.
+
+**5.** Use the command `adb install .apk` or WSAPacman to install the manager.
+
+
+
+## Guide: How to install KernelSU and Manager Manually
### Install Manager
-1. Download KernelSU Manager from [![Build Manager](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain) (Download the artifact named `manager`).
+**1.** Download KernelSU Manager from [![Build Manager](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain) (Download the artifact named `manager`).
-1. Unzip the downloaded zip package and get the manager apk named `KernelSU_vx.x.x-xx-.....apk`.
+**2.** Unzip the downloaded zip package and get the manager apk named `KernelSU_vx.x.x-xx-.....apk`.
-1. Use the command `adb install .apk` to install the manager.
+**3.** Use the command `adb install .apk` to install the manager.
### Install Kernel
-1. Download pre-build kernel from [![Build WSA-5.10.117-Kernel](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml?query=branch%3Amain+event%3Apush+is%3Acompleted) (Remember to download the same architecture).
+**1.** Download pre-build kernel from [![Build WSA-5.10.117-Kernel](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml?query=branch%3Amain+event%3Apush+is%3Acompleted) (Remember to download the same architecture).
-1. Unzip the downloaded zip package and get the kernel file named `bzImage`.
+**2.** Unzip the downloaded zip package and get the kernel file named `bzImage`.
-1. Replace the kernel in the folder named `Tools` in the WSA directory with `bzImage`.
+**3.** Replace the kernel in the folder named `Tools` in the WSA directory with `bzImage`.
-1. Restart WSA and then enjoy.
+**4.** Restart WSA and then enjoy.