Skip to content

Commit f5a36b1

Browse files
committed
feat: win bl update exe file test
1 parent 9fb388b commit f5a36b1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/cli/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@ bl config set --key base_url --value https://dashscope-us.aliyuncs.com
216216
bl config set --key default_text_model --value qwen-turbo
217217
bl config set --key timeout --value 600
218218

219-
# Self-update to latest version
219+
# Self-update to latest or a specific version
220220
bl update
221+
bl update --to 0.1.14
221222
```
222223

223224
Config file location: `~/.bailian/config.json`

packages/cli/README.zh.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ bl config set --key timeout --value 600
216216

217217
# 自更新到最新版本
218218
bl update
219+
220+
# 安装指定版本
221+
bl update --to 0.1.14
219222
```
220223

221224
配置文件位置:`~/.bailian/config.json`

0 commit comments

Comments
 (0)