Skip to content

text problems fixup #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/internals/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Copy, paste and run! Easy integration CLI commands

>[!note]
>Run the following commands in the kernel source code root directory according to your needs Please note: the Dev branch has not been fully tested and may not be suitable for most device environments. If you find a bug, please fix it yourself or submit an issue to the developer.
>Run the following commands in the kernel source code root directory according to your needs.
***Attention: the Dev branch has not been fully tested and may not be suitable for most device environments. If you find a bug, please fix it yourself or submit an issue to the developer.***

### KernelSU Next
::: code-group
Expand Down
9 changes: 5 additions & 4 deletions docs/zh_CN/internals/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
复制、粘贴并运行!轻松集成的 CLI 命令

>[!info] 信息
>根据自己的需求在内核源代码根目录下运行下列命令请注意:Dev 分支未经充分测试,可能不适用大多数设备环境,发现 bug 有能力请自己修或向开发者提交 issue.
>根据自己的需求在内核源代码根目录下运行下列命令。
***请注意:Dev 分支未经充分测试,可能不适用大多数设备环境,发现 bug 有能力请自己修或向开发者提交 issue。***


### KernelSU Next
::: code-group
```sh [最新发行版本(稳定版)]
```sh [最新发行版本(稳定版]
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -
```

```sh [Next 分支(Dev)]
```sh [Next 分支(Dev]
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next
```

```sh [指定版本标签(以 v1.0.3 为例)]
```sh [指定版本标签(以 v1.0.3 为例]
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.3
```

Expand Down