Add example with globbing

This commit is contained in:
Emmanuel Engelhart 2023-05-24 09:49:14 +02:00
parent 6e239d5cb6
commit a463c31a0c
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -12,6 +12,12 @@ With local ZIM file(s)
docker run -v /tmp/zim:/data -p 8080:8080 ghcr.io/kiwix/kiwix-serve wikipedia.zim wiktionary.zim
```
or, if you want to load all ZIM files within a directory, then use globbing:
```bash
docker run -v /tmp/zim:/data -p 8080:8080 ghcr.io/kiwix/kiwix-serve '*.zim'
```
With remote ZIM file
--------------------