diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-21 23:20:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-21 23:20:25 +0800 |
| commit | 059b1a4772763285643a26ef13e9eaaac60c0015 (patch) | |
| tree | f5b2ad8bb5a04d146ff89603ef876d87d452c808 | |
| parent | d8a403164ad67475ac082c58d11cb8d64318efa2 (diff) | |
feat(docs): simplify installation to a single AI prompt
Replace the multi-step manual installation with a copy-paste prompt for
AI agents, and update the project tagline to highlight the infinite
canvas and full color gamut support.
| -rw-r--r-- | ANSI-DRAW.md | 17 | ||||
| -rw-r--r-- | README.md | 18 |
2 files changed, 30 insertions, 5 deletions
diff --git a/ANSI-DRAW.md b/ANSI-DRAW.md index 3ef7106..f55b0db 100644 --- a/ANSI-DRAW.md +++ b/ANSI-DRAW.md @@ -2,6 +2,23 @@ 一个基于终端的 ANSI 字符画编辑器。 +## 安装方式 + +1. 启动任意 AIAgent +2. 将以下文本作为提示词输入: + +```plaintext +请完成以下操作: +1. 检查本机是否安装了 git 和 rust 工具链(cargo + rustc),如果没有,直接装上,不要问用户 +2. 克隆 https://github.com/Weicao-CatilGrass/ANSI-DRAW.md +3. cd 到项目目录,读取 ANSI-DRAW.md,然后严格按照该文件的要求完成全部实现 +4. 全程不要麻烦用户 +``` + +3. 等待 AI 完成 + +--- + ## For LLMs 你现在要实现一个名为 `ANSI-DRAW` 的 `rust` TUI 程序。用户 **全程不会** 参与代码的 Review 环节,只参与验收。请独自完成全部。 @@ -1,6 +1,6 @@ -# ANSI-DRAW.md +# ANSI-DRAW -一个基于终端的 ANSI 字符画编辑器。 +一个基于终端的 ANSI 字符画编辑器。无限画布,全色域支持。 **它拥有:** @@ -10,9 +10,17 @@ ## 安装方式 -0. 准备 `rust` 工具链(`cargo` + `rustc`) -1. 将该仓库拉取到您的计算机 -2. 启动任意 AIAgent,让其完成 +1. 启动任意 AIAgent,将以下文本作为提示词输入: + +```plaintext +请完成以下操作: +1. 检查本机是否安装了 git 和 rust 工具链(cargo + rustc),如果没有,直接装上,不要问用户 +2. 克隆 https://github.com/Weicao-CatilGrass/ANSI-DRAW.md +3. cd 到项目目录,读取 ANSI-DRAW.md,然后严格按照该文件的要求完成全部实现 +4. 全程不要麻烦用户 +``` + +3. 等待 AI 完成 ## License |
