Add example with globbing

pull/621/head
Emmanuel Engelhart 3 years ago
parent 6e239d5cb6
commit a463c31a0c
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

@ -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
--------------------

Loading…
Cancel
Save