From 609816bc4aa141281bbc7188a6ebc2531d66feac Mon Sep 17 00:00:00 2001 From: FreeOnePlus Date: Thu, 12 Jun 2025 05:10:07 +0800 Subject: [PATCH] fix doc bug --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 302ec15..2590b2a 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ pip install -r requirements.txt ### 3. Configure Environment Variables -Copy the `env.example` file to `.env` and modify the settings according to your environment: +Copy the `.env.example` file to `.env` and modify the settings according to your environment: ```bash -cp env.example .env +cp .env.example .env ``` **Key Environment Variables:**