From 210ee55fe7bd4daef976e8bbcb9dc75a0302d2c5 Mon Sep 17 00:00:00 2001
From: Luke Smith
Date: Tue, 3 Aug 2021 13:49:51 -0400
Subject: calibre fixes
---
calibre.html | 38 ++++++++++++++++----------------------
1 file changed, 16 insertions(+), 22 deletions(-)
(limited to 'calibre.html')
diff --git a/calibre.html b/calibre.html
index 0e88410..8f56e86 100644
--- a/calibre.html
+++ b/calibre.html
@@ -12,20 +12,22 @@
Setting up a Calibre library server
+
The Calibre library server is a great way to store your eBooks.
It allows you to:
+
+
- Share your books with others.
- Easily transfer your books between devices and access them from anywhere.
-
+
Installation
-
- Install the Calibre package.
-
+ Install the Calibre package.
+ You might also want rsync to upload books.
- apt update && apt install calibre
+ apt install -y calibre rsync
mkdir /opt/calibre
@@ -37,14 +39,14 @@ mkdir /opt/calibre
cd ~/Documents
-rsync -avuP your_library root@example.org:/opt/calibre/
+rsync -avuP your-library-dir root@example.org:/opt/calibre/
Or create a library and add a book to it:
cd /opt/calibre
-calibredb add book.epub --with-library your_library
+calibredb add book.epub --with-library your-library