From b93894a432c72e3db76cf7a7c31847f03fc70fb1 Mon Sep 17 00:00:00 2001 From: he-pian <2810516108@qq.com> Date: Tue, 26 Nov 2024 19:56:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E7=9A=84=E9=94=99=E5=88=AB=E5=AD=97=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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