diff --git a/README.en.md b/README.en.md index d11de458c..1569b094a 100644 --- a/README.en.md +++ b/README.en.md @@ -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 @@ -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 ./ ``` @@ -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.* @@ -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) @@ -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 diff --git a/README.md b/README.md index cee260938..f8922b186 100644 --- a/README.md +++ b/README.md @@ -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 是一款支持多语言、跨平台兼容特性的轻量级集成开发环境。 ## 构建依赖 @@ -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 ./ ``` @@ -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安装后,部分功能需要安装依赖包后才能正常使用。* ## 支持的语言工程 @@ -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) @@ -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)下发布。 ## 三方库支持