diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-21 23:21:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-21 23:21:34 +0800 |
| commit | a0b754884ab68aa9566c1bf9797d80314df24a1c (patch) | |
| tree | e7831302c48d514ac3d8e38d78888b66a409d714 | |
| parent | 059b1a4772763285643a26ef13e9eaaac60c0015 (diff) | |
docs: add cargo install step to setup instructionspre-vibe-version
| -rw-r--r-- | ANSI-DRAW.md | 3 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ANSI-DRAW.md b/ANSI-DRAW.md index f55b0db..8138f35 100644 --- a/ANSI-DRAW.md +++ b/ANSI-DRAW.md @@ -12,7 +12,8 @@ 1. 检查本机是否安装了 git 和 rust 工具链(cargo + rustc),如果没有,直接装上,不要问用户 2. 克隆 https://github.com/Weicao-CatilGrass/ANSI-DRAW.md 3. cd 到项目目录,读取 ANSI-DRAW.md,然后严格按照该文件的要求完成全部实现 -4. 全程不要麻烦用户 +4. 全部完成后,执行 cargo install --path . 安装到系统 +5. 全程不要麻烦用户 ``` 3. 等待 AI 完成 @@ -17,10 +17,11 @@ 1. 检查本机是否安装了 git 和 rust 工具链(cargo + rustc),如果没有,直接装上,不要问用户 2. 克隆 https://github.com/Weicao-CatilGrass/ANSI-DRAW.md 3. cd 到项目目录,读取 ANSI-DRAW.md,然后严格按照该文件的要求完成全部实现 -4. 全程不要麻烦用户 +4. 全部完成后,执行 cargo install --path . 安装到系统 +5. 全程不要麻烦用户 ``` -3. 等待 AI 完成 +2. 等待 AI 完成 ## License |
