Merge pull request #90 from Amywith/docs/fix-clone-path-readme

docs: fix quick start clone directory
This commit is contained in:
公明
2026-03-31 10:25:11 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ CyberStrikeAI ships with 100+ curated tools covering the whole kill chain:
**One-Command Deployment:**
```bash
git clone https://github.com/Ed1s0nZ/CyberStrikeAI.git
cd CyberStrikeAI-main
cd CyberStrikeAI
chmod +x run.sh && ./run.sh
```

View File

@@ -148,7 +148,7 @@ CyberStrikeAI 是一款 **AI 原生安全测试平台**,基于 Go 构建,集
**一条命令部署:**
```bash
git clone https://github.com/Ed1s0nZ/CyberStrikeAI.git
cd CyberStrikeAI-main
cd CyberStrikeAI
chmod +x run.sh && ./run.sh
```