Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed May 3, 2024
1 parent b1be7c4 commit 51f2cff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/zh-cn/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
- [resources](https://github.com/gvcgo/resources) 存储版本信息。
- [vmr](https://github.com/gvcgo/version-manager) 用户界面。

collector部署在远程服务器上, 用户无需关心。
**VMR****resources** 仓库获取版本信息, 然后向用户展示,或者根据用户的选择进行下载安装。
collector部署在远程服务器上, 会定时从官网获取最新的版本列表。这部分用户无需关心。

**VMR****resources** 仓库获取版本信息(注意,不是安装文件), 然后向用户展示,或者根据用户的选择进行下载安装。

用户可以到**resources**仓库查看版本列表,其中包含了各种SDK的下载链接,均来自官网或者Github。这样做的好处在于,即使官网改版,用户仍然能够稳定的使用**VMR**
一般来说,SDK的发布周期都很长,用户也无需频繁地更新到最新版,collector的同步频率是够用的。

0 comments on commit 51f2cff

Please sign in to comment.