From a9ff2aebee21a6880ab4cc4be3fe2711baeee6ce Mon Sep 17 00:00:00 2001 From: Kelson Date: Thu, 16 Jan 2020 16:02:59 +0100 Subject: [PATCH] Simpliciation of README --- docker/server/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/server/README.md b/docker/server/README.md index dc6c9fb..49980b8 100644 --- a/docker/server/README.md +++ b/docker/server/README.md @@ -1,8 +1,8 @@ Kiwix serve Docker image ======================== -Use with local ZIM file ------------------------ +With local ZIM file +------------------- * Download a ZIM file from @@ -12,8 +12,8 @@ Use with local ZIM file docker run -v /tmp/zim:/data -p 8080:80 kiwix/kiwix-serve wikipedia.zim ``` -Use with remote ZIM file ------------------------- +With remote ZIM file +-------------------- ```bash docker run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -p 8080:80 kiwix/kiwix-serve