fix: remove --build from command

This commit is contained in:
Karishma Shukla
2024-11-28 23:59:48 +05:30
committed by GitHub
parent e5b28cecbb
commit aa1e70fe2d

View File

@@ -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