Fix list formatting in README installation steps
This commit is contained in:
parent
4fcae98512
commit
a93c1661d9
1 changed files with 3 additions and 3 deletions
|
|
@ -4,11 +4,11 @@ LightRAG WebUI is a React-based web interface for interacting with the LightRAG
|
||||||
|
|
||||||
## Installation
|
## 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)
|
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:
|
In the `lightrag_webui` directory, run the following command to install project dependencies:
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ LightRAG WebUI is a React-based web interface for interacting with the LightRAG
|
||||||
bun install --frozen-lockfile --production
|
bun install --frozen-lockfile --production
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Build the Project:**
|
3. **Build the Project:**
|
||||||
|
|
||||||
Run the following command to build the project:
|
Run the following command to build the project:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue