Karim shoair commited on
Commit ·
6812ceb
1
Parent(s): 97bd761
docs: correcting docker installation instruction
Browse files- README.md +1 -1
- docs/ai/mcp-server.md +1 -1
README.md
CHANGED
|
@@ -299,7 +299,7 @@ Starting with v0.3.2, this installation only includes the parser engine and its
|
|
| 299 |
### Docker
|
| 300 |
You can also install a Docker image with all extras and browsers with the following command:
|
| 301 |
```bash
|
| 302 |
-
docker pull scrapling
|
| 303 |
```
|
| 304 |
This image is automatically built and pushed to Docker Hub through GitHub actions right here.
|
| 305 |
|
|
|
|
| 299 |
### Docker
|
| 300 |
You can also install a Docker image with all extras and browsers with the following command:
|
| 301 |
```bash
|
| 302 |
+
docker pull pyd4vinci/scrapling
|
| 303 |
```
|
| 304 |
This image is automatically built and pushed to Docker Hub through GitHub actions right here.
|
| 305 |
|
docs/ai/mcp-server.md
CHANGED
|
@@ -50,7 +50,7 @@ scrapling install
|
|
| 50 |
|
| 51 |
Or use the Docker image directly:
|
| 52 |
```bash
|
| 53 |
-
docker pull scrapling
|
| 54 |
```
|
| 55 |
|
| 56 |
## Setting up the MCP Server
|
|
|
|
| 50 |
|
| 51 |
Or use the Docker image directly:
|
| 52 |
```bash
|
| 53 |
+
docker pull pyd4vinci/scrapling
|
| 54 |
```
|
| 55 |
|
| 56 |
## Setting up the MCP Server
|