From d7365de39161a9fa5e0ab85eade10295e4c502c2 Mon Sep 17 00:00:00 2001 From: rra Date: Mon, 9 Mar 2020 11:59:23 +0100 Subject: [PATCH] #2 dont install recommended packages --- docs/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 185d8d8..17e061c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -522,14 +522,13 @@ are then pointed to the Calibre-web installation. ### Install and Configure Calibre -Calibre is responsible for maintaining the underlying database of the library. We -can install it with: +Calibre is responsible for maintaining the underlying database of the library. We can install it with: ```bash -$ apt install -y calibre +$ apt install -y calibre --no-install-recommends ``` -This will take some time as there are man required packages. Once it if +This will take some time as there are many required packages. Once it is finished, you will then need to create a new database for the Calibre-web installation to use.