From a3cae5aaf806f798e4bf9aebecfd6846fb521cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20MANSUY?= Date: Thu, 4 Dec 2025 19:19:22 +0800 Subject: [PATCH] cherry-pick a93c1661 --- lightrag_webui/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightrag_webui/README.md b/lightrag_webui/README.md index da3f26be..e9edc3c5 100644 --- a/lightrag_webui/README.md +++ b/lightrag_webui/README.md @@ -4,11 +4,11 @@ LightRAG WebUI is a React-based web interface for interacting with the LightRAG ## Installation -1. **Install Bun:** +1. **Install Bun:** If you haven't already installed Bun, follow the official documentation: [https://bun.sh/docs/installation](https://bun.sh/docs/installation) -2. **Install Dependencies:** +2. **Install Dependencies:** In the `lightrag_webui` directory, run the following command to install project dependencies: @@ -16,7 +16,7 @@ LightRAG WebUI is a React-based web interface for interacting with the LightRAG bun install --frozen-lockfile --production ``` -3. **Build the Project:** +3. **Build the Project:** Run the following command to build the project: