We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 074f0c8 + a93c166 commit cc43691Copy full SHA for cc43691
1 file changed
lightrag_webui/README.md
@@ -4,19 +4,19 @@ LightRAG WebUI is a React-based web interface for interacting with the LightRAG
4
5
## Installation
6
7
-1. **Install Bun:**
+1. **Install Bun:**
8
9
If you haven't already installed Bun, follow the official documentation: [https://bun.sh/docs/installation](https://bun.sh/docs/installation)
10
11
-2. **Install Dependencies:**
+2. **Install Dependencies:**
12
13
In the `lightrag_webui` directory, run the following command to install project dependencies:
14
15
```bash
16
- bun install --frozen-lockfile
+ bun install --frozen-lockfile --production
17
```
18
19
-3. **Build the Project:**
+3. **Build the Project:**
20
21
Run the following command to build the project:
22
0 commit comments