Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lxl66566 committed Jun 14, 2024
1 parent d37fd74 commit 3ae7a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ BPM automatically adds the `.old` suffix to existing files to avoid overwrite. T

BPM downloads asset into `%userprofile%/bpm/app/<name>` and creates shortcuts and cmd runner for the executables to `%userprofile%/bpm/bin`, which is added to `%path%`.

After v2.2.7, single `.exe` will be also installed.
After v2.2.9, single `.exe` and `.msi` can be also downloaded and installed.

## Develop

Expand All @@ -130,3 +130,4 @@ poetry run python -m unittest bpm/**/*.py # run tests
- [x] offline install
- [x] install from github link
- [x] update from local
- [x] exe and msi support
3 changes: 2 additions & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ BPM 会自动为已存在的文件添加 `.old` 后缀,以避免覆盖。卸

BPM 下载文件夹到 `%userprofile%/bpm/app/<name>` 中,并为可执行文件创建快捷方式与 cmd 到 `%userprofile%/bpm/bin`,这个位置会被添加到 `%path%` 中。

v2.2.7 之后,单个 `.exe` 也会被安装
v2.2.9 之后支持下载并安装单个 `.exe` `.msi`

## 开发

Expand All @@ -106,3 +106,4 @@ poetry run python -m unittest bpm/**/*.py # 运行测试
- [x] offline install
- [x] install from github link
- [x] update from local
- [x] exe and msi support

0 comments on commit 3ae7a7c

Please sign in to comment.