Karim shoair commited on
Commit
3a69fa8
·
1 Parent(s): 174c0f0

docs: Update docker instructions

Browse files
Files changed (2) hide show
  1. README.md +6 -2
  2. docs/index.md +11 -0
README.md CHANGED
@@ -297,11 +297,15 @@ Starting with v0.3.2, this installation only includes the parser engine and its
297
  Don't forget that you need to install the browser dependencies with `scrapling install` after any of these extras (if you didn't already)
298
 
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
 
306
  ## Contributing
307
 
 
297
  Don't forget that you need to install the browser dependencies with `scrapling install` after any of these extras (if you didn't already)
298
 
299
  ### Docker
300
+ You can also install a Docker image with all extras and browsers with the following command from DockerHub:
301
  ```bash
302
  docker pull pyd4vinci/scrapling
303
  ```
304
+ Or download it from the GitHub registry:
305
+ ```bash
306
+ docker pull ghcr.io/d4vinci/scrapling:latest
307
+ ```
308
+ This image is automatically built and pushed through GitHub actions on the repository's main branch.
309
 
310
  ## Contributing
311
 
docs/index.md CHANGED
@@ -148,6 +148,17 @@ Starting with v0.3.2, this installation only includes the parser engine and its
148
  ```
149
  Don't forget that you need to install the browser dependencies with `scrapling install` after any of these extras (if you didn't already)
150
 
 
 
 
 
 
 
 
 
 
 
 
151
  ## How the documentation is organized
152
  Scrapling has a lot of documentation, so we try to follow a guideline called the [Diátaxis documentation framework](https://diataxis.fr/).
153
 
 
148
  ```
149
  Don't forget that you need to install the browser dependencies with `scrapling install` after any of these extras (if you didn't already)
150
 
151
+ ### Docker
152
+ You can also install a Docker image with all extras and browsers with the following command from DockerHub:
153
+ ```bash
154
+ docker pull pyd4vinci/scrapling
155
+ ```
156
+ Or download it from the GitHub registry:
157
+ ```bash
158
+ docker pull ghcr.io/d4vinci/scrapling:latest
159
+ ```
160
+ This image is automatically built and pushed through GitHub actions on the repository's main branch.
161
+
162
  ## How the documentation is organized
163
  Scrapling has a lot of documentation, so we try to follow a guideline called the [Diátaxis documentation framework](https://diataxis.fr/).
164