diff --git a/lightrag_webui/README.md b/lightrag_webui/README.md index ac27f880..b149134b 100644 --- a/lightrag_webui/README.md +++ b/lightrag_webui/README.md @@ -4,19 +4,19 @@ 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: ```bash - bun install --frozen-lockfile + bun install --frozen-lockfile --production ``` -3. **Build the Project:** +3. **Build the Project:** Run the following command to build the project: