Skip to content

Commit cc43691

Browse files
committed
Merge branch 'kevinnkansah/main'
2 parents 074f0c8 + a93c166 commit cc43691

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lightrag_webui/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ LightRAG WebUI is a React-based web interface for interacting with the LightRAG
44

55
## Installation
66

7-
1. **Install Bun:**
7+
1. **Install Bun:**
88

99
If you haven't already installed Bun, follow the official documentation: [https://bun.sh/docs/installation](https://bun.sh/docs/installation)
1010

11-
2. **Install Dependencies:**
11+
2. **Install Dependencies:**
1212

1313
In the `lightrag_webui` directory, run the following command to install project dependencies:
1414

1515
```bash
16-
bun install --frozen-lockfile
16+
bun install --frozen-lockfile --production
1717
```
1818

19-
3. **Build the Project:**
19+
3. **Build the Project:**
2020

2121
Run the following command to build the project:
2222

0 commit comments

Comments
 (0)