Skip to content

Commit 3b4a618

Browse files
authored
Fixed some translation problems. (#16)
* translation problems fixup * Replaced the link that expired in README
1 parent caf67c8 commit 3b4a618

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# KernelSU Next Website
22

33
## Official Website
4-
[KSUNext.org](https://ksunext.org)
4+
[kernelsu-next.github.io/webpage/](https://kernelsu-next.github.io/webpage/)

docs/pages/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
Copy, paste and run! Easy integration CLI commands
55

66
>[!note]
7-
>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.
7+
>Run the following commands in the kernel source code root directory according to your needs.
8+
***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.***
89

910
### KernelSU Next
1011
::: code-group

docs/zh_CN/pages/installation.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44
复制、粘贴并运行!轻松集成的 CLI 命令
55

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

910

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

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

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

0 commit comments

Comments
 (0)