Jelajahi Sumber

更新readme

Meco Man 4 tahun lalu
induk
melakukan
c02287a00a
2 mengubah file dengan 7 tambahan dan 60 penghapusan
  1. 3 29
      README.md
  2. 4 31
      README_ZH.md

+ 3 - 29
README.md

@@ -16,39 +16,13 @@ vi is a well-known text editor under Unix-like platforms. This software package
 
 vi follows the LGPLv2.1 license, see the `LICENSE` file for details.
 
-### 1.3 Dependency
-
-- RT_Thread DFS
-- RT_Thread libc
-- RT_Thread optparse package
-
 ## 2. How to Obtain
 
-The vi software package needs to enable DFS, libc function and optparse software package.
-
-First enable the DFS function, the specific path is as follows:
-
-    RT-Thread Components --->
-        Device virtual file system --->
-             [*] Using device virtual file system
-
-Then open the libc function, the specific path is as follows:
-
-    RT-Thread Components --->
-        POSIX layer and C standard library --->
-             [*] Enable libc APIs from toolchain
-
-Finally, open the optparse package, the specific path is as follows:
-
      RT-Thread online packages --->
         miscellaneous packages --->
-            [*] optparse: a public domain, portable, reentrant, embeddable, getopt-like option parser
-
-## 3. Matters needing attention
-
-- Only use keil and gcc to test, IAR not tested yet
+            [*] vi: A screen-oriented text editor
 
-## 4. Contact information
+## 3. Contact information
 
-- Maintenance: RT-Thread development team and community developers
+- Maintenance: Meco Man
 - Homepage: <https://github.com/RT-Thread-packages/vi>

+ 4 - 31
README_ZH.md

@@ -4,7 +4,7 @@
 
 ## 1. 简介 ##
 
-vi 是类 unix 平台下著名的的文本编辑器。本软件包是 vi 对 RT-Thread 操作系统的移植,源自 busybox 中的 vi 编辑器,仅实现基本编辑功能。
+vi 是类 unix 平台下著名的的文本编辑器。本软件包是 vi 对 RT-Thread 操作系统的移植,源自 busybox 中的 vi 编辑器,仅实现基本编辑功能。官方仓库:https://github.com/mirror/busybox/blob/master/editors/vi.c
 
 ### 1.1. 文件结构 ###
 
@@ -16,40 +16,13 @@ vi 是类 unix 平台下著名的的文本编辑器。本软件包是 vi 对 RT-
 
 vi 遵循 LGPLv2.1 许可,详见 `LICENSE` 文件。
 
-### 1.3 依赖 ###
-
-- RT_Thread DFS
-- RT_Thread libc
-- RT_Thread optparse 软件包
-
 ## 2. 获取方式 ##
 
-vi 软件包需开启 DFS、libc 功能和 optparse 软件包。
-
-先要开启 DFS 功能, 具体路径如下所示:
-
-    RT-Thread Components  --->
-        Device virtual file system  --->
-             [*] Using device virtual file system
-
-然后开启 libc 功能, 具体路径如下所示:
-
-    RT-Thread Components  --->
-        POSIX layer and C standard library  --->
-             [*] Enable libc APIs from toolchain
-
-最后开启 optparse 软件包, 具体路径如下所示:
-
      RT-Thread online packages  --->
         miscellaneous packages  --->
-            [*] optparse: a public domain, portable, reentrant, embeddable, getopt-like option parser
-
-## 3. 注意事项 ##
-
-- 仅使用 keil 和 gcc 测试,IAR 暂未测试
+            [*] vi: A screen-oriented text editor
 
-## 4. 联系方式 ##
+## 3. 联系方式 ##
 
-- 维护:RT-Thread 开发团队及社区开发者
+- 维护:Meco Man
 - 主页:<https://github.com/RT-Thread-packages/vi>
-- 官方仓库:https://github.com/mirror/busybox/blob/master/editors/vi.c