From 0648f2a0c600efbd167d74c44bdd43b70fc0ba0d Mon Sep 17 00:00:00 2001 From: he-pian <2810516108@qq.com> Date: Wed, 27 Nov 2024 16:03:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: he-pian <2810516108@qq.com> --- ohos/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohos/README_zh.md b/ohos/README_zh.md index e7dde763793..17a7331a1a3 100644 --- a/ohos/README_zh.md +++ b/ohos/README_zh.md @@ -28,7 +28,7 @@ sudo apt-get install pkg-config | 参数 | 说明 | | ---- | ---- | | arg1 | openharmony代码路径 | -| arg2 | 产品名字,实际上为out目录下存放系统编译结果的那个目录 如hi3516dv300 或则 rk3568, 注: LTS3.0 的版本必须是 ohos-arm-release| +| arg2 | 产品名字,实际上为out目录下存放系统编译结果的那个目录 如hi3516dv300 或者 rk3568, 注: LTS3.0 的版本必须是 ohos-arm-release| | arg3 | mesa 源码路径| 示例如下: -- Gitee