aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-21 23:20:25 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-21 23:20:25 +0800
commit059b1a4772763285643a26ef13e9eaaac60c0015 (patch)
treef5b2ad8bb5a04d146ff89603ef876d87d452c808 /README.md
parentd8a403164ad67475ac082c58d11cb8d64318efa2 (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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4943770..8cb9bf9 100644
--- a/README.md
+++ b/README.md
@@ -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