浏览代码

refine README (#154)

tags/v0.1.0
KevinHuSh 1年前
父节点
当前提交
a02e836790
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9
    0
      README.md

+ 9
- 0
README.md 查看文件

@@ -95,6 +95,15 @@ If your machine doesn't have *Docker* installed, please refer to [Install Docker
121:/# cd ragflow/docker
121:/ragflow/docker# docker compose up -d
```
### OR
```bash
121:/# git clone https://github.com/infiniflow/ragflow.git
121:/# cd ragflow/
121:/# docker build -t infiniflow/ragflow:v1.0 .
121:/# cd ragflow/docker
121:/ragflow/docker# docker compose up -d
```
> The core image is about 15GB, please be patient for the first time
After pulling all the images and running up, use the following command to check the server status. If you can have the following outputs,

正在加载...
取消
保存