From c7e1b99fdf161c831295384fba8e2ac86b0685e2 Mon Sep 17 00:00:00 2001 From: daniel-j Date: Sun, 21 Jul 2024 17:23:47 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ff806..8069151 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A self hostable service for sending ebooks to a Kobo or Kindle ereader through t 2. Install this service's dependencies by running `$ npm install` 3. Install [Kepubify](https://github.com/pgaskin/kepubify), and have the kepubify executable in your PATH. 4. Install [KindleGen](http://web.archive.org/web/*/http://kindlegen.s3.amazonaws.com/kindlegen*), and have the kindlegen executable in your PATH. -5. Start this service by running: `$ npm start` and access it on HTTP port 3001 +5. Install [pdfCropMargins](https://github.com/abarker/pdfCropMargins), and have the pdfcropmargins executable in your PATH. +6. Start this service by running: `$ npm start` and access it on HTTP port 3001 ### Containerized