Skip to content

Commit

Permalink
📝 update client md
Browse files Browse the repository at this point in the history
Signed-off-by: cyw3 <[email protected]>
  • Loading branch information
cyw3 committed Jul 23, 2024
1 parent 774850d commit 5b14be6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions doc/en/guide/客户端/其他配置.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
如果由于网络原因,执行时无法从github自动拉取工具,或拉取比较慢,可以参考基础配置腾讯工蜂工具地址,或使用以下方式预先下载好工具,配置使用本地工具目录。
:::

- (1)下载工具配置库 `https://github.com/TCATools/puppy-tools-config.git` ,存放到 `tools`目录下(如果未生成,可先创建该目录)。
- (2)根据当前机器操作系统,查看`puppy-tools-config`目录下的`linux_tools.ini``mac_tools.ini``windows_tools.ini`文件,将`[tool_url]`中声明的所有工具下载到 `tools`目录下。
- (3)填写`client/config.ini`中的配置:`USE_LOCAL_TOOL`=`True`,即可使用下载好的本地工具,不自动拉取和更新工具。
- (1)如果使用的是开源版Client源码,需要在命令行(windows环境下可以启动`git bash`)中执行以下命令:
```bash
bash ./scripts/base/install_bin.sh
```
- (2)下载工具配置库 `https://github.com/TCATools/puppy-tools-config.git` ,存放到 `tools`目录下(如果未生成,可先创建该目录)。
- (3)根据当前机器操作系统,查看`puppy-tools-config`目录下的`linux_tools.ini``mac_tools.ini``windows_tools.ini`文件,将`[tool_url]`中声明的所有工具下载到 `tools`目录下。
- (4)填写`client/config.ini`中的配置:`USE_LOCAL_TOOL`=`True`,即可使用下载好的本地工具,不自动拉取和更新工具。

### 2. 使用自建git server存放工具

Expand Down
10 changes: 7 additions & 3 deletions doc/zh/guide/客户端/其他配置.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
如果由于网络原因,执行时无法从github自动拉取工具,或拉取比较慢,可以参考基础配置腾讯工蜂工具地址,或使用以下方式预先下载好工具,配置使用本地工具目录。
:::

- (1)下载工具配置库 `https://github.com/TCATools/puppy-tools-config.git` ,存放到 `tools`目录下(如果未生成,可先创建该目录)。
- (2)根据当前机器操作系统,查看`puppy-tools-config`目录下的`linux_tools.ini``mac_tools.ini``windows_tools.ini`文件,将`[tool_url]`中声明的所有工具下载到 `tools`目录下。
- (3)填写`client/config.ini`中的配置:`USE_LOCAL_TOOL`=`True`,即可使用下载好的本地工具,不自动拉取和更新工具。
- (1)如果使用的是开源版Client源码,需要在命令行(windows环境下可以启动`git bash`)中执行以下命令:
```bash
bash ./scripts/base/install_bin.sh
```
- (2)下载工具配置库 `https://github.com/TCATools/puppy-tools-config.git` ,存放到 `tools`目录下(如果未生成,可先创建该目录)。
- (3)根据当前机器操作系统,查看`puppy-tools-config`目录下的`linux_tools.ini``mac_tools.ini``windows_tools.ini`文件,将`[tool_url]`中声明的所有工具下载到 `tools`目录下。
- (4)填写`client/config.ini`中的配置:`USE_LOCAL_TOOL`=`True`,即可使用下载好的本地工具,不自动拉取和更新工具。

### 2. 使用自建git server存放工具

Expand Down

0 comments on commit 5b14be6

Please sign in to comment.