docs: fix clone directory in quick start

This commit is contained in:
zhongjiemei (Amywith)
2026-03-30 16:42:36 +08:00
parent 335be9ab03
commit 1e4b846be5
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
```