#2 dont install recommended packages

This commit is contained in:
rra 2020-03-09 11:59:23 +01:00
parent 09d3494443
commit d7365de391

View File

@ -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.