This commit is contained in:
Raphaël MANSUY 2025-12-04 19:19:22 +08:00
parent f80a88823d
commit 034fc51a6d

View file

@ -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:**