Skip to content

Commit

Permalink
Docker documentation README.md issue #228
Browse files Browse the repository at this point in the history
  • Loading branch information
end-9214 committed Mar 10, 2025
1 parent 5a27329 commit edefc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The recommended way to run the Gutenberg scraper is using Docker, as it comes wi
docker run -it --rm -v $(pwd)/output:/output ghcr.io/openzim/gutenberg:latest gutenberg2zim
```

The `-v $(pwd)/output:/output` option mounts the `output` folder in your current directory to the `output` folder inside the container (which is the working directory). This ensures that the ZIM file is saved to your local machine.
The `-v $(pwd)/output:/output` option mounts the `output` folder in your current directory to the `/output` folder inside the container (which is the working directory). This ensures that the ZIM file is saved to your local machine.

2. **Show available options**:

Expand Down Expand Up @@ -117,7 +117,7 @@ git clone git@github.com:kiwix/gutenberg.git
cd gutenberg
```
If you do not already have it on your system, install `hatch` to build the software and manage virtual environments (you might be interested by our detailed [Developer Setup](https://github.com/openzim/_python-bootstrap/wiki/Developer-Setup) as well).
If you do not already have it on your system, install `hatch` to build the software and manage virtual environments (you might be interested by our detailed [Developer Setup](https://github.com/openzim/_python-bootstrap/blob/main/docs/Developer-Setup.md) as well).
```bash
pip3 install hatch
Expand Down

0 comments on commit edefc80

Please sign in to comment.