Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# deepin-unioncode
# deepin-ide

[![zh](https://img.shields.io/badge/lang-zh-red.svg)](./README.md)

deepin-unioncode is a lightweight integrated development environment, featured with multilingual and cross platform compatibility.
deepin-ide is a lightweight integrated development environment, featured with multilingual and cross platform compatibility.

## Build dependencies

Expand Down Expand Up @@ -50,9 +50,9 @@ _The **dev** branch is current development branch, build dependencies may change
1. Make sure you have installed all dependencies.

``` shell
$ git clone https://github.com/linuxdeepin/deepin-unioncode.git
(gitee: $ git clone https://gitee.com/deepin-community/deepin-unioncode.git)
$ cd deepin-unioncode
$ git clone https://github.com/linuxdeepin/deepin-ide.git
(gitee: $ git clone https://gitee.com/deepin-community/deepin-ide.git)
$ cd deepin-ide
$ sudo apt build-dep ./
```

Expand All @@ -69,11 +69,11 @@ $ cmake --build build
$ sudo cmake --build build --target install
```

The executable binary file could be found at `/usr/bin/deepin-unioncode`
The executable binary file could be found at `/usr/bin/deepin-ide`

## Usage

Execute `deepin-unioncode`
Execute `deepin-ide`

*Attention: After the installation of deepin-unicode, some features require the installation of dependency packages before they can be used normally.*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo: 'deepin-unicode' should be 'deepin-ide'.

Update the reference to 'deepin-ide' for consistency with the documentation.

Suggested change
*Attention: After the installation of deepin-unicode, some features require the installation of dependency packages before they can be used normally.*
*Attention: After the installation of deepin-ide, some features require the installation of dependency packages before they can be used normally.*


Expand All @@ -97,7 +97,6 @@ Execute `deepin-unioncode`
## Getting help

- [Official Forum](https://bbs.deepin.org/)
- [User guide](https://wiki.deepin.org/zh/05_HOW-TO/02_%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3/deepin-unioncode)
- [Extended guide](./docs/extended-guide.md)
- [Developer Center](https://github.com/linuxdeepin/developer-center)
- [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
Expand All @@ -113,7 +112,7 @@ We encourage you to report issues and contribute changes

## License

deepin-unioncode is licensed under [GPL-3.0-or-later](LICENSE)
deepin-ide is licensed under [GPL-3.0-or-later](LICENSE)

## 3rdparty support

Expand Down
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# deepin-unioncode
# deepin-ide

[![en](https://img.shields.io/badge/lang-en-red.svg)](./README.en.md)

deepin-unioncode 是一款支持多语言、跨平台兼容特性的轻量级集成开发环境。
deepin-ide 是一款支持多语言、跨平台兼容特性的轻量级集成开发环境。

## 构建依赖

Expand Down Expand Up @@ -51,9 +51,9 @@ _当前的开发分支为**dev**,编译依赖可能会在没有更新本说明


``` shell
$ git clone https://github.com/linuxdeepin/deepin-unioncode.git
(gitee: $ git clone https://gitee.com/deepin-community/deepin-unioncode.git)
$ cd deepin-unioncode
$ git clone https://github.com/linuxdeepin/deepin-ide.git
(gitee: $ git clone https://gitee.com/deepin-community/deepin-ide.git)
$ cd deepin-ide
$ sudo apt build-dep ./
```

Expand All @@ -70,13 +70,13 @@ $ cmake --build build
$ sudo cmake --build build --target install
```

可执行程序为 `/usr/bin/deepin-unioncode`
可执行程序为 `/usr/bin/deepin-ide`

## 使用

启动栏执行 `deepin-unioncode`
启动栏执行 `deepin-ide`

*注意:deepin-unioncode安装后,部分功能需要安装依赖包后才能正常使用。*
*注意:deepin-ide安装后,部分功能需要安装依赖包后才能正常使用。*

## 支持的语言工程

Expand All @@ -98,7 +98,6 @@ $ sudo cmake --build build --target install
## 帮助

- [官方论坛](https://bbs.deepin.org/)
- [用户使用手册](https://wiki.deepin.org/zh/05_HOW-TO/02_%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3/deepin-unioncode)
- [扩展指南](./docs/extended-guide.md)
- [开发者中心](https://github.com/linuxdeepin/developer-center)
- [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
Expand All @@ -114,7 +113,7 @@ $ sudo cmake --build build --target install

## 开源许可证

deepin-unioncode 在 [GPL-3.0-or-later](LICENSE)下发布。
deepin-ide 在 [GPL-3.0-or-later](LICENSE)下发布。

## 三方库支持

Expand Down
Loading