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)下发布。