Skip to content

Commit

Permalink
doc: modify readme doc
Browse files Browse the repository at this point in the history
1. modify spelling errors
2. add gitee link

log:
  • Loading branch information
HJC5305 authored and deepin-mozart committed Sep 5, 2023
1 parent 219cda3 commit 815d487
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
15 changes: 8 additions & 7 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Installation

``` shell
$ git clone https://github.com/linuxdeepin/deepin-unioncode.git
(gitee: $ git clone https://gitee.com/deepin-community/deepin-unioncode.git)
$ cd deepin-unioncode
$ sudo apt build-dep ./
```
Expand Down Expand Up @@ -81,11 +82,11 @@ Execute `deepin-unioncode`

## Developed applications

| Application name | Description | Github Address |
| ------------------- | --------------------------------------------------- | -------------------------------------------------- |
| deepin-draw | A lightweight drawing tool for users to freely draw | https://github.com/linuxdeepin/deepin-draw |
| deepin-image-viewer | Image viewing tool | https://github.com/linuxdeepin/deepin-image-viewer |
| deepin-album | A photo management tool | https://github.com/linuxdeepin/deepin-album |
| Application name | Description | Github Address |
| ------------------- | --------------------------------------------------- | ------------------------------------------------------------ |
| deepin-draw | A lightweight drawing tool for users to freely draw | https://github.com/linuxdeepin/deepin-draw<br />(https://gitee.com/deepin-community/deepin-draw.git) |
| deepin-image-viewer | Image viewing tool | https://github.com/linuxdeepin/deepin-image-viewer<br />(https://gitee.com/deepin-community/deepin-image-viewer.git) |
| deepin-album | A photo management tool | https://github.com/linuxdeepin/deepin-album<br />(https://gitee.com/deepin-community/deepin-album.git) |

## Getting help

Expand Down Expand Up @@ -117,8 +118,8 @@ deepin-unioncode is licensed under [GPL-3.0-or-later](LICENSE)
| 4 | scintilla | 5.15 | source code | HPND |
| 5 | lexilla | 5.14 | source code | HPND |
| 6 | marl | NA | static | Apache 2.0 |
| 7 | qtremwidget | 0.14.1 | source code | GPLV2+ BSD3 |
| 8 | GitQlient | tag/v1.4.3 | source code | GPLV2.1+ |
| 7 | qtermwidget | 0.14.1 | source code | GPLV2+ BSD3 |
| 8 | GitQlient | tag/v1.4.3 | source code | GPLV-2.1+ |
| 9 | libclang/ | > 1:7~ | dynamic | Apache 2.0 |
| 10 | llvm | > 1:7~ | dynamic | Apache 2.0 |
| 11 | json-rpc-cpp | 1.4.1 | source code | MIT |
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ _当前的开发分支为**master**,编译依赖可能会在没有更新本说


``` shell
$ git clone https://github.com/linuxdeepin/deepin-unioncode.git
$ git clone https://github.com/linuxdeepin/deepin-unioncode.git
(gitee: $ git clone https://gitee.com/deepin-community/deepin-unioncode.git)
$ cd deepin-unioncode
$ sudo apt build-dep ./
```
Expand Down Expand Up @@ -81,11 +82,11 @@ $ sudo cmake --build build --target install

## 开发应用列举

| 应用名 | 描述 | 仓库地址 |
| ------------------- | ------------ | -------------------------------------------------- |
| deepin-draw | 深度画板应用 | https://github.com/linuxdeepin/deepin-draw |
| deepin-image-viewer | 深度看图应用 | https://github.com/linuxdeepin/deepin-image-viewer |
| deepin-album | 深度相册应用 | https://github.com/linuxdeepin/deepin-album |
| 应用名 | 描述 | 仓库地址 |
| ------------------- | ------------ | ------------------------------------------------------------ |
| deepin-draw | 深度画板应用 | https://github.com/linuxdeepin/deepin-draw<br />(https://gitee.com/deepin-community/deepin-draw.git) |
| deepin-image-viewer | 深度看图应用 | https://github.com/linuxdeepin/deepin-image-viewer<br />(https://gitee.com/deepin-community/deepin-image-viewer.git) |
| deepin-album | 深度相册应用 | https://github.com/linuxdeepin/deepin-album<br />(https://gitee.com/deepin-community/deepin-album.git) |

## 帮助

Expand Down Expand Up @@ -117,8 +118,8 @@ deepin-unioncode 在 [GPL-3.0-or-later](LICENSE.txt)下发布。
| 4 | scintilla | 5.15 | 源码 | HPND |
| 5 | lexilla | 5.14 | 源码 | HPND |
| 6 | marl | NA | 静态 | Apache 2.0 |
| 7 | qtremwidget | 0.14.1 | 源码 | GPLV2+ BSD3 |
| 8 | GitQlient | tag/v1.4.3 | 源码 | GPLV2.1+ |
| 7 | qtermwidget | 0.14.1 | 源码 | GPLV2+ BSD3 |
| 8 | GitQlient | tag/v1.4.3 | 源码 | GPLV-2.1+ |
| 9 | libclang/ | > 1:7~ | 动态 | Apache 2.0 |
| 10 | llvm | > 1:7~ | 动态 | Apache 2.0 |
| 11 | json-rpc-cpp | 1.4.1 | 源码 | MIT |
Expand Down

0 comments on commit 815d487

Please sign in to comment.