fix: correct directory name typo in README local deployment instructions

`cd sora2api` should be `cd flow2api` in the local deployment section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Syed Fahim Anwer
2026-03-16 17:19:55 +05:30
parent 748505a7d3
commit 97d20e75ac

View File

@@ -87,7 +87,7 @@ docker compose -f docker-compose.headed.yml logs -f
```bash
# 克隆项目
git clone https://github.com/TheSmallHanCat/flow2api.git
cd sora2api
cd flow2api
# 创建虚拟环境
python -m venv venv