From ce052a4eb58abc88dcf88ad4d5633e4f242982c8 Mon Sep 17 00:00:00 2001 From: unclecode Date: Fri, 17 May 2024 18:29:59 +0800 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 407c5563..9acd2405 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,10 @@ pip install -e .[all] 3. Use docker to run the local server: ```bash -docker build -t crawl4ai . # For Mac users # docker build --platform linux/amd64 -t crawl4ai . +# For other users +# docker build -t crawl4ai . docker run -d -p 8000:80 crawl4ai ```