diff --git a/README-CN.md b/README-CN.md index 452ad6025b91d07029cf81617d8ec9e22ef0cf5a..b3a15e1254eb1a0f5a83af11ec339117b392c003 100644 --- a/README-CN.md +++ b/README-CN.md @@ -599,6 +599,10 @@ oceanbase-ce: A:您可以修改 `~/.obd/plugins/oceanbase-ce/` 下的启动相关插件。比如您为 3.1.0 版本的 OceanBase-CE 添加了一个新的启动配置,可以修改 `~/.obd/plugins/oceanbase-ce/3.1.0/start.py`。 +### Q:如何升级 OBD? + +A:您可以使用 `obd update` 命令升级 OBD。当您升级完成后可以使用命令 `obd --version` 查看版本,确认是否升级成功。 + ## 协议 OBD 采用 [GPL-3.0](./LICENSE) 协议。 diff --git a/README.md b/README.md index f86b08b8419d9bddc70eda14aab65ca4ad608ef0..ab08282dd564a696ae60889e6e5ef11342f59a51 100644 --- a/README.md +++ b/README.md @@ -597,6 +597,10 @@ oceanbase-ce: A: You can modify the startup plug-ins in the `~/.obd/plugins/oceanbase-ce/` directory. For example, after you add a new startup configuration item for OceanBase-CE V3.1.0, you can modify the `start.py` file in the `~/.obd/plugins/oceanbase-ce/3.1.0` directory. +### Q:How to update OBD? + +A:You can use the `obd update` command to update OBD. When you are done with the update, use the `obd --version` command to confirm the version of OBD. + ## Protocol OBD complies with [GPL-3.0](/LICENSE).