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 ```