From 91c68b9b81e80ebd3c44ba2658435886fccff1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=85=B6=E4=BC=9F?= Date: Fri, 6 Mar 2026 21:53:08 +0800 Subject: [PATCH] readme: correct download.sh run command --- README.md | 7 ++++--- README_zh.md | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4eeb277..9d020ed 100644 --- a/README.md +++ b/README.md @@ -132,13 +132,14 @@ sh build_env.sh ``` - Step 2: Download Resources - ``` - sh download.sh + ```bash + chmod +x download.sh + ./download.sh ``` - Step 3: Install Dependencies - ``` + ```bash pip install -r requirements.txt ``` diff --git a/README_zh.md b/README_zh.md index 623e23f..195b759 100644 --- a/README_zh.md +++ b/README_zh.md @@ -142,7 +142,8 @@ sh build_env.sh - Step 2: 下载资源 ```bash - sh download.sh + chmod +x download.sh + ./download.sh ``` - Step 3: 安装依赖