From c12bc372dca2d077c7e4e81753aaf5dae04f1cfa Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 9 Nov 2025 04:35:41 +0800 Subject: [PATCH] Update README --- README-zh.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index f4020e1f..8dcbc0e5 100644 --- a/README-zh.md +++ b/README-zh.md @@ -107,7 +107,8 @@ uv pip install "lightrag-hku[api]" # 或使用 pip # pip install "lightrag-hku[api]" -cp env.example .env +cp env.example .env # 使用你的LLM和Embedding模型访问参数更新.env文件 + lightrag-server ``` diff --git a/README.md b/README.md index 64921dbc..376d1154 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,8 @@ uv pip install "lightrag-hku[api]" # Or using pip # pip install "lightrag-hku[api]" -cp env.example .env +cp env.example .env # Update the .env with your LLM and embedding configurations + lightrag-server ```