From 4fcae985127ee66a47c5f4622d74cb3456a1e30d Mon Sep 17 00:00:00 2001 From: Kevin <144918669+kevinnkansah@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:18:59 +0200 Subject: [PATCH] Update README.md --- lightrag_webui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag_webui/README.md b/lightrag_webui/README.md index ac27f880..d340589b 100644 --- a/lightrag_webui/README.md +++ b/lightrag_webui/README.md @@ -13,7 +13,7 @@ LightRAG WebUI is a React-based web interface for interacting with the LightRAG 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:**