Skip to content

Commit 774ff2b

Browse files
committed
docs: update installation guide
1 parent 3842954 commit 774ff2b

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ See [documentation](https://ktoolbox.readthedocs.io/) for more details.
6565

6666
### Installation
6767

68+
You can use executables from [releases](https://github.com/Ljzd-PRO/KToolBox/releases) page
69+
70+
Manually install:
71+
6872
- Recommend
6973
```bash
7074
pip3 install pipx

README_zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666

6767
### 安装
6868

69+
你可以从 [releases](https://github.com/Ljzd-PRO/KToolBox/releases) 页面下载可执行文件使用
70+
71+
手动安装:
72+
6973
- 推荐
7074
```bash
7175
pip3 install pipx

docs/en/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,16 @@
5353

5454
### Installation
5555

56-
=== "Normal"
56+
You can use executables from [releases](https://github.com/Ljzd-PRO/KToolBox/releases) page
57+
58+
=== "Manually Install - Normal"
59+
Recommend to use pipx
5760
```bash
58-
pip3 install ktoolbox
61+
pip3 install pipx
62+
pipx install ktoolbox
5963
```
6064

61-
=== "For iOS a-Shell"
65+
=== "Manually Install - For iOS a-Shell"
6266
```bash
6367
pip3 install ktoolbox-pure-py
6468
```

docs/zh/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,16 @@
5454

5555
### 安装
5656

57-
=== "一般情况"
58-
```bash
59-
pip3 install ktoolbox
60-
```
57+
你可以从 [releases](https://github.com/Ljzd-PRO/KToolBox/releases) 页面下载可执行文件使用
58+
59+
=== "手动安装 - 一般情况"
60+
推荐使用 pipx
61+
```bash
62+
pip3 install pipx
63+
pipx install ktoolbox
64+
```
6165

62-
=== "对于 iOS a-Shell"
66+
=== "手动安装 - 对于 iOS a-Shell"
6367
```bash
6468
pip3 install ktoolbox-pure-py
6569
```

0 commit comments

Comments
 (0)