diff --git a/README.md b/README.md index 93841fb5..3752cb75 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Most famous tools are: * `zimdump` inspects or dumps (part of) a [ZIM](https://openzim.org) file. +* `zimsplit` splits + [smartly](https://wiki.openzim.org/wiki/ZIM_file_format#Split_ZIM_archives_in_chunks) + a ZIM file in smaller chunks. + * `zimwriterfs` creates [ZIM](https://openzim.org) files from a locally-stored directory containing "self-sufficient" HTML content (with pictures, javascript and stylesheets). The result will contain @@ -125,7 +129,7 @@ where you want to install the libraries. After the installation succeeded, you may need to run ldconfig (as root). Uninstallation ------------- +-------------- If you want to uninstall the ZIM tools: ```bash @@ -135,10 +139,10 @@ ninja -C build uninstall Like for the installation, you might need to run the command as user `root` (or using `sudo`). -Docker ------- +Container +--------- -A Docker image with `zimwriterfs`, `zimcheck`,`zimdump` and all the +A container image with `zimwriterfs`, `zimcheck`, `zimdump` and all the other tools can be built from the `docker` directory. The project maintains an official image available at https://ghcr.io/openzim/zim-tools.