From ce6000315f531affdfa892ef64e406c2f88ecb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 28 Jun 2022 23:37:49 +0200 Subject: [PATCH] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e69de29..dbd2fbd 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -0,0 +1,12 @@ +### How to add zim files? + +- Download one or more ZIM files, e.g. from [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/) +- Put the ZIM files into /home/yunohost.app/kiwix/ +- Add them to the library with the following command: +``` +/var/www/kiwix/kiwix-manage /home/yunohost.app/kiwix/library.xml add /home/yunohost.app/kiwix/*.zim +``` + +- Restart the service: + +`yunohost service restart kiwix`