From d7430733090f40870bc6d4b6b50ef08a91a92088 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:20:38 +0800 Subject: [PATCH] docs: Add instructions for manually integrating susfs --- docs/README-en.md | 4 ++-- docs/README-ja.md | 4 ++-- docs/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README-en.md b/docs/README-en.md index a278cab7..bf198f02 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -12,12 +12,12 @@ Android device root solution based on [KernelSU](https://github.com/tiann/Kernel ## How to add -Using main branching (non-GKI device builds are not supported) +Using main branching (non-GKI device builds are not supported) (requires manual integration of susfs) ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main ``` -Using branches that support non-GKI devices +Using branches that support non-GKI devices (requires manual integration of susfs) ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki ``` diff --git a/docs/README-ja.md b/docs/README-ja.md index 4a2b8c03..9e1bdeba 100644 --- a/docs/README-ja.md +++ b/docs/README-ja.md @@ -13,12 +13,12 @@ ## 追加方法 -メイン分岐の使用(GKI デバイス以外のビルドはサポートされていません。) +メイン分岐の使用(GKI デバイス以外のビルドはサポートされていません。) (手動によるサスフ統合が必要) ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main ``` -GKI以外のデバイスをサポートするブランチを使用する +GKI以外のデバイスをサポートするブランチを使用する (手動によるサスフ統合が必要) ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki ``` diff --git a/docs/README.md b/docs/README.md index 29068840..3c9f3005 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,13 +14,13 @@ 在内核源码的根目录下执行以下命令: -使用 main 分支 (不支持非 GKI 设备构建) +使用 main 分支 (不支持非 GKI 设备构建) (需要手动集成 susfs) ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main ``` -使用支持非 GKI 设备的分支 +使用支持非 GKI 设备的分支 (需要手动集成 susfs) ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki