From 37871ea8cbd802ee93180f6d31cbdd7c5873f595 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 15 Apr 2023 11:38:04 -0400 Subject: [PATCH] Update README.md this is built against the formatting changes of https://github.com/janeczku/calibre-web/pull/2742 it corrects the docker-mods section which is incorrect, fixes a dead link, and removes armhf from the listed of supported arches. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32cda0e1..360cf1a1 100755 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ Refer to the Wiki for additional installation examples: [manual installation](ht Pre-built Docker images are available in the following Docker Hub repositories (maintained by the LinuxServer team): -#### **LinuxServer - x64, armhf, aarch64** +#### **LinuxServer - x64, aarch64** - [Docker Hub](https://hub.docker.com/r/linuxserver/calibre-web) - [GitHub](https://github.com/linuxserver/docker-calibre-web) -- [GitHub - Optional Calibre layer](https://github.com/linuxserver/docker-calibre-web/tree/calibre) +- [GitHub - Optional Calibre layer]([https://github.com/linuxserver/docker-calibre-web/tree/calibre](https://github.com/linuxserver/docker-mods/tree/universal-calibre)) - Include the environment variable `DOCKER_MODS=linuxserver/calibre-web:calibre` in your Docker run/compose file to add the Calibre `ebook-convert` binary (x64 only). Omit this variable for a lightweight image. + Include the environment variable `DOCKER_MODS=linuxserver/mods:universal-calibre` in your Docker run/compose file to add the Calibre `ebook-convert` binary (x64 only). Omit this variable for a lightweight image. Both the Calibre-Web and Calibre-Mod images are automatically rebuilt on new releases and updates.