Update README
This commit is contained in:
@@ -149,9 +149,10 @@ pip install -e .[all]
|
|||||||
|
|
||||||
3. Use docker to run the local server:
|
3. Use docker to run the local server:
|
||||||
```bash
|
```bash
|
||||||
docker build -t crawl4ai .
|
|
||||||
# For Mac users
|
# For Mac users
|
||||||
# docker build --platform linux/amd64 -t crawl4ai .
|
# docker build --platform linux/amd64 -t crawl4ai .
|
||||||
|
# For other users
|
||||||
|
# docker build -t crawl4ai .
|
||||||
docker run -d -p 8000:80 crawl4ai
|
docker run -d -p 8000:80 crawl4ai
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user