This is an automated email from the ASF dual-hosted git repository.

freeoneplus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 609816b  fix doc bug
609816b is described below

commit 609816bc4aa141281bbc7188a6ebc2531d66feac
Author: FreeOnePlus <[email protected]>
AuthorDate: Thu Jun 12 05:10:07 2025 +0800

    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:**


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to