Skip to content

Commit

Permalink
doc: complete README file
Browse files Browse the repository at this point in the history
correct build step

Log: correct README.md
  • Loading branch information
HJC5305 authored and deepin-mozart committed Jul 17, 2023
1 parent fb260d6 commit 8702ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 8702ba1

Please sign in to comment.