From 1ac68acfc73fd7a53c839c104a8f3b037e41e2c0 Mon Sep 17 00:00:00 2001 From: coderookie Date: Thu, 9 Jun 2022 19:06:53 -0700 Subject: [PATCH] Modify README Signed-off-by: coderookie --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 README.md mode change 100644 => 100755 README_zh.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 54474b7..40a0106 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Introduction -This repository stores the code and compilation scripts for the OpenHarmony driver subsystem to adapt to the Linux kernel and to deploy the hardware driver foundation \(HDF\). +This repository stores the code and compilation scripts of the OpenHarmony driver subsystem adapted to the Linux kernel. So that you can deploy the hardware driver foundation \(HDF\) in Linux kernel. ## Directory Structure diff --git a/README_zh.md b/README_zh.md old mode 100644 new mode 100755 index 496cab1..80701cd --- a/README_zh.md +++ b/README_zh.md @@ -6,7 +6,7 @@ ## 简介 -该仓主要存放OpenHarmony驱动子系统适配linux内核的代码和编译脚本,在linux内核中部署OpenHarmony驱动框架。 +该仓主要存放OpenHarmony驱动子系统适配linux内核的代码和编译脚本,便于在linux内核中部署OpenHarmony驱动框架。 ## 目录 -- Gitee