From 8702ba19a89f55274f5dcbda76967b34fb9dae5e Mon Sep 17 00:00:00 2001 From: hongjinchuan Date: Fri, 7 Jul 2023 17:59:56 +0800 Subject: [PATCH] doc: complete README file correct build step Log: correct README.md --- README.md | 4 ++-- README.zh_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc63c280a..6536980f9 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,14 @@ _The **master** branch is current development branch, build dependencies may cha ``` shell $ git clone https://github.com/linuxdeepin/deepin-unioncode.git -$ cd unioncode +$ cd deepin-unioncode $ sudo apt build-dep ./ ``` 2. Build: ```shell -$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr +$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release $ cmake --build build ``` diff --git a/README.zh_CN.md b/README.zh_CN.md index fd97f97b8..3c75aecad 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -46,14 +46,14 @@ _当前的开发分支为**master**,编译依赖可能会在没有更新本说 ``` shell $ git clone https://github.com/linuxdeepin/deepin-unioncode.git -$ cd unioncode +$ cd deepin-unioncode $ sudo apt build-dep ./ ``` 2. 构建: ```shell -$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr +$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release $ cmake --build build ```