Skip to content

Commit

Permalink
Default to docker image v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danifr committed Nov 15, 2024
1 parent db3e2e9 commit 353f5fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ So you can read the Keycloak docs on your Kindle or other ebook devices.

### 💻 Run it directly on your computer

As a requirement, you will need `pandoc` installed, please follow: https://pandoc.org/installing.html

```
pip install -r requirements.txt
python get_keycloak_docs.py -v --format epub --output /tmp/keycloak_docs.epub
Expand All @@ -18,7 +20,7 @@ python get_keycloak_docs.py -v --format epub --output /tmp/keycloak_docs.epub
### 🐋 Run it on a Container (recommended option)

```
sudo docker run -i -t --rm -v /tmp/keycloak_docs/:/output dafero/get-keycloak-docs:v2.1.2
sudo docker run -i -t --rm -v /tmp/keycloak_docs/:/output dafero/get-keycloak-docs:v2.2
```

> Note: the resulting file will be created in `/tmp/keycloak_docs/keycloak_docs.epub` on your local machine
Expand Down

0 comments on commit 353f5fc

Please sign in to comment.