From 429339ea8fd365d58f1c4dd6235765f5eb959414 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 24 Aug 2024 10:42:18 +0200 Subject: [PATCH] Use 'container' instead 'docker' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c4b8f5b..3752cb75 100644 --- a/README.md +++ b/README.md @@ -129,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 @@ -139,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.