From a02e8367907ea9c1fbb29b81b05c7dedda241d1e Mon Sep 17 00:00:00 2001
From: KevinHuSh <kevinhu.sh@gmail.com>
Date: Wed, 27 Mar 2024 10:26:20 +0800
Subject: [PATCH] refine README (#154)

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index fc58342..71e0316 100644
--- a/README.md
+++ b/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, 
-- 
GitLab