From 04396c6dc6fc9ce9354dd907e20aa1d6f0f9670d Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sun, 3 Nov 2024 05:08:51 +0530 Subject: [PATCH] chore: missing git clone command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 287f7831..4bce9449 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Maxun lets you train a robot in 2 minutes and scrape the web on auto-pilot. Web # Local Setup ### Docker Compose ``` +git clone https://github.com/getmaxun/maxun docker-compose up -d --build ```