From 8caf8d30eb959b38b425f37321a51b2188bc577a Mon Sep 17 00:00:00 2001 From: James Armstrong <32995055+jmarmstrong1207@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:14:45 -0700 Subject: [PATCH] Remove obsolete warnings --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 2e28f43..9e1664b 100644 --- a/README.md +++ b/README.md @@ -218,10 +218,6 @@ Check out [Post-Install Tasks Here](#post-install-tasks) when necessary. 3. Configure your Calibre-Web instance via the admin page, referring to the Basic Configuration and UI Configuration guides 4. Add books by having them placed in the folder you bound to `cwa-book-ingest` in your Docker Compose -**⚠️ ATTENTION ⚠️** - -- _Downloading files directly into `/cwa-book-ingest` is not supported. It can cause duplicate imports and potentially a corrupt database. It is recommended to first download the books completely, then transfer them to `/cwa-book-ingest` to avoid any issues_ - ## Default Admin Login: > **Username:** admin\ @@ -245,7 +241,6 @@ convert-library --keep - Simply move your newly downloaded or existing eBook files to the ingest folder which is `/cwa-book-ingest` by default or whatever you designated during setup if using the Script Install method. Anything you place in that folder will be automatically analysed, converted if necessary and then imported into your Calibre-Web library. - **⚠️ ATTENTION ⚠️** - - _Downloading files directly into `/cwa-book-ingest` is not supported. It can cause duplicate imports and potentially a corrupt database. It is recommended to first download the books completely, then transfer them to `/cwa-book-ingest` to avoid any issues_ - Be sure that the books you are transferring to `/cwa-book-ingest` are owned by your user rather than root. Otherwise, permission errors may occur and may result in incomplete importing. ## The Cover-Enforcer CLI Tool