update notes for metadata.db

This commit is contained in:
redbeardymcgee 2024-11-26 11:37:54 -06:00
parent 545342fe19
commit e5129ede5d

View file

@ -4,6 +4,10 @@
### The starter metadata.db is required even if you do not use `calibre`
> [!WARNING]
> This should be run as your `$ctuser` or it will have the wrong owner and
> permissions
```bash
curl -fLSs -o /volumes/calibre-web/database/metadata.db https://github.com/janeczku/calibre-web/raw/master/library/metadata.db
curl -fLSs -o /home/$ctuser/.local/share/containers/storage/volumes/calibre-web-database/metadata.db https://github.com/janeczku/calibre-web/raw/master/library/metadata.db
```