Skip to content

Commit 5c20ef0

Browse files
authored
Update README.md
1 parent 4b401fa commit 5c20ef0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ SQLBot 是一款基于大模型和 RAG 的智能问数系统。SQLBot 的优势
1616

1717
## 快速开始
1818

19+
准备一台 Linux 机器,执行一键安装脚本:
20+
1921
```
20-
# Linux 机器
2122
docker run -d --name=sqlbot --restart=always -p 8080:8080 -v ~/.sqlbot:/var/lib/postgresql/data -v ~/.python-packages:/opt/sqlbot/app/sandbox/python-packages registry.fit2cloud.com/sqlbot/sqlbot
2223
23-
# Windows 机器
24-
docker run -d --name=sqlbot --restart=always -p 8080:8080 -v C:/sqlbot:/var/lib/postgresql/data -v C:/python-packages:/opt/sqlbot/app/sandbox/python-packages registry.fit2cloud.com/sqlbot/sqlbot
25-
2624
# 用户名: admin
2725
# 密码: SQLBot@123..
2826
```

0 commit comments

Comments
 (0)