From aa1e70fe2d4cbe0870e5872ee4a225daebe27c6a Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Thu, 28 Nov 2024 23:59:48 +0530 Subject: [PATCH] fix: remove --build from command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd562422..c8c573a9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Maxun lets you train a robot in 2 minutes and scrape the web on auto-pilot. Web ### Docker Compose ``` git clone https://github.com/getmaxun/maxun -docker-compose up -d --build +docker-compose up -d ``` ### Without Docker