From a22604f725534459fe0033017fc7a49db8a4ea36 Mon Sep 17 00:00:00 2001 From: student-ice Date: Mon, 11 Mar 2024 18:22:24 +0800 Subject: [PATCH] chore: update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新README.md --- README.md | 6 +++--- README.zh_CN.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e048763..4b9e5f5 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ You can also check the "Build-Depends" provided in the `debian/control` file. 2. Build: ```shell -$ cd dde-applications-manager -$ cmake -Bbuild . +$ cd dde-application-manager +$ cmake -B build $ cmake --build build -j`nproc` ``` 3. Install @@ -52,4 +52,4 @@ We encourage you to report issues and contribute changes ## License -dde-applications-manager is licensed under [GPL-3.0-or-later](LICENSE). +dde-application-manager is licensed under [GPL-3.0-or-later](LICENSE). diff --git a/README.zh_CN.md b/README.zh_CN.md index 8c39db1..b8822f1 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -22,7 +22,7 @@ DDE Application Manager 是深度桌面环境的应用程序管理器。 2. 构建: ```shell -$ cd dde-applications-manager +$ cd dde-application-manager $ cmake -B build $ cmake --build build -j`nproc` ``` @@ -48,4 +48,4 @@ sudo cmake --install build ## 开源许可证 -dde-applications-manager 在 [GPL-3.0-or-later](LICENSE)下发布。 +dde-application-manager 在 [GPL-3.0-or-later](LICENSE)下发布。