From 58c3a2765830d9d7e7e3c0a66aa08622ecde1fce Mon Sep 17 00:00:00 2001 From: jonah2357 <18001212351@163.com> Date: Mon, 12 Jun 2023 20:05:32 +0800 Subject: [PATCH 1/2] add README.md --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 83a79c99..3e2e9f26 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,27 @@ # utshell + + +utshell is use rust rewrote bash. and enhanced security. +now it is base on bash. and we will gradually remove dependence on bash. + + #### 介绍 The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash incorporates useful features from the Korn shell (ksh) and the C shell (csh). Most sh scripts can be run by utshell without modification. + #### 软件架构 -软件架构说明 +x64 + + +### Build dependencies +glibc, bash + + +### Build from source code +./configure +make +make install #### 安装教程 @@ -27,11 +44,30 @@ The GNU Bourne Again shell (Bash) is a shell or command language interpreter tha 4. 新建 Pull Request -#### 特技 +## Documentations +If any, link the documentation here. Please ensure the linked pages can be accessible from the public internet. + +- Link 1 +- Link 2 +- ... + +## Getting help + +- [Official Forum](https://bbs.deepin.org/) for generic discussion and help. +- [Developer Center](https://github.com/linuxdeepin/developer-center) for BUG report and suggestions. +- [Wiki](https://wiki.deepin.org/) +(按照项目实际情况放帮助链接) + +## Getting involved + +We encourage you to report issues and contribute changes + +- [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English) +- [Translate for your language on Transifex](#) *please update to the actual Transifex link of this project* +(按照项目实际情况放贡献指南链接) + +## License + +License description here. The license name is suggested to use the same one as [SPDX license identifier](https://spdx.org/licenses). Following is an example: -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +utshell is licensed under [GPL-3.0-or-later](LICENSE) -- Gitee From 88580a935e218fcc7a3cad5a526ed70c7b2b2a0e Mon Sep 17 00:00:00 2001 From: jonah2357 Date: Mon, 12 Jun 2023 20:40:09 +0800 Subject: [PATCH 2/2] first commit add README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e2e9f26..45ad6699 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # utshell - +#### 介绍 utshell is use rust rewrote bash. and enhanced security. now it is base on bash. and we will gradually remove dependence on bash. - -#### 介绍 The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash incorporates useful features from the Korn shell (ksh) and the C shell (csh). Most sh scripts can be run by utshell without modification. -- Gitee