提交 dd7f5ffe 编写于 作者: E ester.zhou

Update doc (13944)

Signed-off-by: Nester.zhou <ester.zhou@huawei.com>
上级 40c5e479
...@@ -28,12 +28,12 @@ You can use DevEco Studio to build code into one or more HAP files. Then, you ca ...@@ -28,12 +28,12 @@ You can use DevEco Studio to build code into one or more HAP files. Then, you ca
uninstall bundle successfully. uninstall bundle successfully.
``` ```
* Using Bundle Manager (bm) for debugging * Using [Bundle Manager (bm)](../../application-dev/tools/bm-tool.md) for debugging
When using bm to install or update an HAP file, the HAP file path is the one on the real device. The command reference is as follows: When using bm to install or update an HAP file, the HAP file path is the one on the real device. The command reference is as follows:
``` ```
// Installation and update: Multiple file paths can be specified. // Installation and update: Multiple file paths can be specified.
bm install -p /data/app/entry.hap /data/app/ feature.hap bm install -p /data/app/entry.hap /data/app/feature.hap
// The execution result is as follows: // The execution result is as follows:
install bundle successfully. install bundle successfully.
// Uninstall // Uninstall
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册