Update README

This commit is contained in:
unclecode
2024-05-17 18:29:59 +08:00
parent b43d77a56b
commit ce052a4eb5

View File

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