Skip to content

Commit 958fcdc

Browse files
authored
chore: Update README.md (#1530)
1 parent a41b977 commit 958fcdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ MaxKB = Max Knowledge Base,是一款基于大语言模型和 RAG 的开源知
2727
## 快速开始
2828

2929
```
30-
# Linux
30+
# Linux 机器
3131
docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages cr2.fit2cloud.com/1panel/maxkb
32-
# Windows
32+
33+
# Windows 机器
3334
docker run -d --name=maxkb --restart=always -p 8080:8080 -v C:/maxkb:/var/lib/postgresql/data -v C:/python-packages:/opt/maxkb/app/sandbox/python-packages cr2.fit2cloud.com/1panel/maxkb
3435
3536
# 用户名: admin

0 commit comments

Comments
 (0)