Rewrite tool README

This commit is contained in:
Aoran Zeng 2025-07-21 02:46:32 +08:00
parent 88dfac2d86
commit 498eabf869
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 32 additions and 22 deletions

32
tool/README.md Normal file
View File

@ -0,0 +1,32 @@
<!-- -----------------------------------------------------------
! SPDX-License-Identifier: GFDL-1.3-or-later
! -------------------------------------------------------------
! Doc Type : Markdown
! Doc Name : (Tools Introduction).md
! Doc Authors : Aoran Zeng <ccmywish@qq.com>
! | xuan <wick.dynex@qq.com>
! Contributors : ChatGPT <https://chatgpt.com>
! |
! Created On : <2024-10-25>
! Last Modified : <2025-07-21>
!
! tool 目录说明
! ---------------------------------------------------------- -->
# 工具说明
1. `installer.sh`
Bash 编写的一键安装工具
2. `installer.ps1`
PowerShell 编写的一键安装工具
3. `rawstr4c`
C语言字符串生成工具这是寄宿在 `chsrc` 项目仓库下的一个完整子项目
4. `download-pre-on-GitHub.ps1`
从 GitHub `pre` release 上下载所有附件

View File

@ -1,22 +0,0 @@
# ---------------------------------------------------------------
# SPDX-License-Identifier: GFDL-1.3-or-later
# ---------------------------------------------------------------
# Doc Type : Text
# Doc Name : (Tools Introduction.md)
# Doc Authors : xuan <wick.dynex@qq.com>
# | ChatGPT <https://chatgpt.com>
# Contributors : Aoran Zeng <ccmywish@qq.com>
# |
# Created On : <2024-10-25>
# Last Modified : <2025-07-12>
#
# tool目录文档
# ---------------------------------------------------------------
********
文件
********
installer.sh Bash 编写的一键安装工具
installer.ps1 Powershell 编写的一键安装工具
README.txt 此文件