Skip to content

Commit 4d3f60b

Browse files
authored
Update installation instructions in README.md
Rephrase installation instructions for clarity.
1 parent 8149547 commit 4d3f60b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ SQLBot 是一款基于大模型和 RAG 的智能问数系统。SQLBot 的优势
1818

1919
### 安装部署
2020

21-
准备一台 Linux 服务器,执行以下一键安装脚本。
22-
在运行 SQLBot 前,请确保已安装好 [Docker](https://docs.docker.com/get-docker/)
21+
准备一台 Linux 服务器,安装好 [Docker](https://docs.docker.com/get-docker/),执行以下一键安装脚本:
2322

2423
```bash
2524
docker run -d \
@@ -38,7 +37,6 @@ docker run -d \
3837

3938
如果是内网环境,你可以通过 [离线安装包方式](https://community.fit2cloud.com/#/products/sqlbot/downloads) 部署 SQLBot。
4039

41-
4240
### 访问方式
4341

4442
- 在浏览器中打开: http://<你的服务器IP>:8000/

0 commit comments

Comments
 (0)